App-Open-Source-per-iPhone-.../.github/CONTRIBUTING.md

20 lines
623 B
Markdown
Raw Normal View History

2016-05-13 14:36:10 +02:00
To contribute to`open-source-ios-apps`, update the **contents.json** file (this will generate the README).
2016-05-11 16:22:01 +02:00
2016-06-02 16:53:49 +02:00
A new entry should update **contents.json** with this format:
```js
{
"title": "Name of the app",
2016-08-25 16:35:26 +02:00
"category-ids": ["Category id"],
2016-06-02 16:53:49 +02:00
"description": "What this app does",
2016-08-06 15:02:09 +02:00
"source": "Link to source, usually GitHub",
2016-08-06 15:09:07 +02:00
"screenshots": ["http://something.com/image.png"],
2016-08-06 15:02:09 +02:00
"date_added": "Aug 6 2016",
"suggested_by": "@github_username"
2016-06-02 16:53:49 +02:00
}
```
:tada:
2016-08-06 15:02:09 +02:00
For more information, please read https://github.com/dkhamsing/open-source-ios-apps/wiki