App-Open-Source-per-iPhone-.../.github/PULL_REQUEST_TEMPLATE.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

2016-03-02 20:05:18 +01:00
<!-- Thanks for contributing to open-source-ios-apps 😊 -->
2016-02-22 18:11:52 +01:00
2016-05-11 17:22:36 +02:00
**Please do not edit the README, instead make changes to `contents.json` **
2016-05-11 17:25:14 +02:00
<!-- To create a new category, please open an issue (see CONTRIBUTING) -->
2016-03-02 20:05:18 +01:00
<!-- When making an addition: -->
2016-05-11 17:22:36 +02:00
1. [ ] Project URL:
2016-04-22 16:41:40 +02:00
2. [ ] One project per pull request
3. [ ] Insert the project in alphabetical order
2016-05-11 17:22:36 +02:00
4. [ ] Avoid iOS or open-source in description as it is assumed
2016-04-22 16:41:40 +02:00
5. [ ] Use this commit title format if applicable: Add app-name by @github-username
6. [ ] Use approved format for your entry (use 🔶 for Swift projects)
2016-03-14 03:21:04 +01:00
2016-05-11 17:22:36 +02:00
<!-- Approved Format
At minimum
{
"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
}
2016-05-11 17:25:14 +02:00
2016-02-22 18:11:52 +01:00
2016-05-11 17:22:36 +02:00
Optionally
2016-02-22 18:11:52 +01:00
2016-05-11 17:22:36 +02:00
{
"title": "MrCode",
"category": ["github", "parse"],
"description": "GitHub iPhone app that can cache Markdown content",
"lang": "zho",
"source": "https://github.com/haolloyin/MrCode",
2016-05-11 17:25:14 +02:00
"homepage": "https://awesome-url",
2016-05-11 17:22:36 +02:00
"itunes": "https://itunes.apple.com/app/id1234567890",
"tags": ["swift"],
"stars": 200
}
2016-02-22 18:11:52 +01:00
2016-03-02 20:05:18 +01:00
-->