1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-03-10 08:30:16 +01:00

[template] Update

This commit is contained in:
dkhamsing 2016-05-11 08:22:36 -07:00
parent 8a5ec2e7df
commit a8f35abc18

@ -1,6 +1,9 @@
<!-- Thanks for contributing to open-source-ios-apps 😊 --> <!-- Thanks for contributing to open-source-ios-apps 😊 -->
**Please do not edit the README, instead make changes to `contents.json` **
<!-- When making an addition: --> <!-- When making an addition: -->
1. [ ] Project URL: 1. [ ] Project URL:
2. [ ] One project per pull request 2. [ ] One project per pull request
3. [ ] Insert the project in alphabetical order 3. [ ] Insert the project in alphabetical order
@ -10,11 +13,30 @@
<!-- Approved Format <!-- Approved Format
- App name: Short description 🔶 At minimum
- source url, i.e. https://github.com/username/project
- https://itunes.apple.com/app/app-name/id-zzz
or ```js
{
"title": "MrCode",
"category": "github",
"description": "GitHub iPhone app that can cache Markdown content",
"source": "https://github.com/haolloyin/MrCode" // note, no comma on last line
}
```
Optionally
```js
{
"title": "MrCode",
"category": ["github", "parse"],
"description": "GitHub iPhone app that can cache Markdown content",
"lang": "zho",
"source": "https://github.com/haolloyin/MrCode",
"itunes": "https://itunes.apple.com/app/id1234567890",
"tags": ["swift"],
"stars": 200
}
```
- [App name](source url): Short description 🔶
--> -->