mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-23 21:34:39 +03:00
[template] update [ci skip]
This commit is contained in:
parent
34bcd934a2
commit
d7c5005578
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -6,10 +6,9 @@ To create a new category, please open an issue (see CONTRIBUTING) -->
|
||||
|
||||
<!-- When making an addition: -->
|
||||
|
||||
0. [ ] Project URL:
|
||||
1. [ ] Update contents.json instead of README
|
||||
2. [ ] One project per pull request
|
||||
3. [ ] Project added at the end of the list (a script sorts projects automatically)
|
||||
1. [ ] Project URL:
|
||||
2. [ ] Update contents.json instead of README
|
||||
3. [ ] One project per pull request
|
||||
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
|
||||
6. [ ] Use approved format for your entry
|
||||
@ -20,7 +19,10 @@ To create a new category, please open an issue (see CONTRIBUTING) -->
|
||||
"title": "Name of the app",
|
||||
"category": "Category name",
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user