Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasino97 committed Dec 7, 2023
1 parent 2db72a2 commit ba294ca
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added docs/errors_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/errors_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,28 @@ If you are in doubt, keep their changes instead!

After you merged, you need to right click on the file and "Stage" it.

### Validation errors
When you push your changes to the Github repository, sometimes you will see a red ❌ icon near your last commit.

This means that your commit (or a commit before yours) has introduced errors, and you should fix.

Click on the ❌ then click on "Details".

![Errors](docs/errors_1.png "Errors")

In the details page, you will see a detailed list of errors that looks like this.

![Errors](docs/errors_2.png "Errors")

Each error in the list tells you:
- File name
- Line and position
- Id of the string
- Language where there's a problem
- Description of the error

You should do your best to understand and correct the error, but if you can't you can ask in the forum and others will help you.

### Still need help?

We are here to help, just make a thread in `#lang-forum` and whoever has an answer will help you out.
Expand Down

0 comments on commit ba294ca

Please sign in to comment.