[template] update [ci skip]

This commit is contained in:
dkhamsing 2016-08-17 06:22:06 -07:00 committed by GitHub
parent 34bcd934a2
commit d7c5005578

View File

@ -6,10 +6,9 @@ To create a new category, please open an issue (see CONTRIBUTING) -->
<!-- When making an addition: --> <!-- When making an addition: -->
0. [ ] Project URL: 1. [ ] Project URL:
1. [ ] Update contents.json instead of README 2. [ ] Update contents.json instead of README
2. [ ] One project per pull request 3. [ ] One project per pull request
3. [ ] Project added at the end of the list (a script sorts projects automatically)
4. [ ] Avoid iOS or open-source in description as it is assumed 4. [ ] Avoid iOS or open-source in description as it is assumed
5. [ ] Use this commit title format if applicable: Add app-name by @github-username 5. [ ] Use this commit title format if applicable: Add app-name by @github-username
6. [ ] Use approved format for your entry 6. [ ] Use approved format for your entry
@ -17,10 +16,13 @@ To create a new category, please open an issue (see CONTRIBUTING) -->
<!-- Approved Format <!-- Approved Format
{ {
"title": "Name of the app", "title": "Name of the app",
"category": "Category name", "category": "Category name",
"description": "What this app does", "description": "What this app does",
"source": "Link to source, usually GitHub" "source": "Link to source, usually GitHub",
"screenshots": ["http://something.com/image.png"],
"date_added": "Aug 6 2016",
"suggested_by": "@github_username"
} }
For more information, read https://github.com/dkhamsing/open-source-ios-apps/blob/master/.github/CONTRIBUTING.md For more information, read https://github.com/dkhamsing/open-source-ios-apps/blob/master/.github/CONTRIBUTING.md