Update CONTRIBUTING.md

This commit is contained in:
Serhii Londar 2019-10-08 18:44:08 +03:00 committed by GitHub
parent 9ece4ca43f
commit 7be7ec98ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,17 +8,22 @@ Please ensure your pull request adheres to the following guidelines:
- Use the following format: - Use the following format:
```json ```json
{ {
"short_description": "Description of repository",
"categories": [
"Application category 1",
"Application category 2"
],
"repo_url": "Link to repository", "repo_url": "Link to repository",
"title": "Name of application", "title": "Name of application",
"icon_url": "URL to application icon",
"screenshots": [ "screenshots": [
"Screenshot url 1", "Screenshot url 1",
"Screenshot url 2" "Screenshot url 2"
], ],
"short_description" : "Description of repository", "official_site": "Official site link",
"languages": [ "languages": [
"Language name" "Language name"
], ]
"category" : "Application category"
} }
``` ```
- New categories, or improvements to the existing categorization are welcome. List of all categories can be found in [categories.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/categories.json). - New categories, or improvements to the existing categorization are welcome. List of all categories can be found in [categories.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/categories.json).