Update CONTRIBUTING.md

This commit is contained in:
Serhii Londar 2018-12-27 15:52:23 +02:00 committed by GitHub
parent 8e7c1803b9
commit bad2fa8171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,8 @@ Please ensure your pull request adheres to the following guidelines:
- Make an individual pull request for each suggestion. - Make an individual pull request for each suggestion.
- Edit applications.json instead of README.md. - Edit applications.json instead of README.md.
- Use the following format: - Use the following format:
{ ```json
{
"repo_url" : "Link to repository", "repo_url" : "Link to repository",
"title" : "Name of application", "title" : "Name of application",
"screenshots" : [ "screenshots" : [
@ -19,6 +20,7 @@ Please ensure your pull request adheres to the following guidelines:
], ],
"category" : "Application category" "category" : "Application category"
} }
```
- New categories, or improvements to the existing categorization are welcome. - New categories, or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive. - Keep descriptions short and simple, but descriptive.
- End all descriptions with a full stop/period. - End all descriptions with a full stop/period.