mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
8e7c1803b9
commit
bad2fa8171
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,8 @@ Please ensure your pull request adheres to the following guidelines:
|
|||
- Make an individual pull request for each suggestion.
|
||||
- Edit applications.json instead of README.md.
|
||||
- Use the following format:
|
||||
{
|
||||
```json
|
||||
{
|
||||
"repo_url" : "Link to repository",
|
||||
"title" : "Name of application",
|
||||
"screenshots" : [
|
||||
|
@ -19,6 +20,7 @@ Please ensure your pull request adheres to the following guidelines:
|
|||
],
|
||||
"category" : "Application category"
|
||||
}
|
||||
```
|
||||
- New categories, or improvements to the existing categorization are welcome.
|
||||
- Keep descriptions short and simple, but descriptive.
|
||||
- End all descriptions with a full stop/period.
|
||||
|
|
Loading…
Reference in a new issue