contribution - formatting

This commit is contained in:
Anna Bulenkova 2015-05-04 10:28:31 +02:00
parent 21f3c107b6
commit a67edf1133

View File

@ -65,6 +65,20 @@ Headers without links to corresponding files won't be visible. Files not include
## Formatting Rules
### Text
To make the source code easy to read, start every new sentence from a new line.
Avoid semicolons, long sentences, and complicated formulations.
### Links
Place every link separately on a new line
```
Please refer to the
[following article](http://link.address)
to get more information
```
## Project Structure
## Styling Rules