mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 07:30:23 +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.
|
- 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.
|
||||||
|
|
Loading…
Reference in a new issue