1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-29 09:49:50 +01:00

20 lines
623 B
Markdown
Raw Normal View History

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