21 lines
666 B
Markdown
21 lines
666 B
Markdown
To contribute to`open-source-ios-apps`, update the **contents.json** file (this will generate the README).
|
|
|
|
A new entry should update **contents.json** with this format:
|
|
|
|
```js
|
|
{
|
|
"title": "Name of the app",
|
|
"category-ids": ["Category id"],
|
|
"description": "What this app does",
|
|
"source": "Link to source, usually GitHub",
|
|
"itunes": "Link to App Store",
|
|
"screenshots": ["http://something.com/image.png"],
|
|
"date_added": "Aug 6 2016",
|
|
"suggested_by": "@github_username"
|
|
}
|
|
```
|
|
|
|
:tada:
|
|
|
|
For more information, please read https://github.com/dkhamsing/open-source-ios-apps/wiki
|