mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-10 06:04:15 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
9ece4ca43f
commit
7be7ec98ed
1 changed files with 18 additions and 13 deletions
|
@ -8,17 +8,22 @@ Please ensure your pull request adheres to the following guidelines:
|
|||
- Use the following format:
|
||||
```json
|
||||
{
|
||||
"repo_url" : "Link to repository",
|
||||
"title" : "Name of application",
|
||||
"screenshots" : [
|
||||
"short_description": "Description of repository",
|
||||
"categories": [
|
||||
"Application category 1",
|
||||
"Application category 2"
|
||||
],
|
||||
"repo_url": "Link to repository",
|
||||
"title": "Name of application",
|
||||
"icon_url": "URL to application icon",
|
||||
"screenshots": [
|
||||
"Screenshot url 1",
|
||||
"Screenshot url 2"
|
||||
],
|
||||
"short_description" : "Description of repository",
|
||||
"languages" : [
|
||||
"official_site": "Official site link",
|
||||
"languages": [
|
||||
"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).
|
||||
|
|
Loading…
Reference in a new issue