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

42 lines
1.1 KiB
Markdown
Raw Normal View History

2016-05-11 18:23:21 +02:00
<!-- Thanks for contributing to open-source-ios-apps 😊
2016-02-22 18:11:52 +01:00
2016-05-11 18:23:21 +02:00
⚠️ Please do not edit the README, instead make changes to contents.json
2016-05-11 17:22:36 +02:00
2016-05-11 18:23:21 +02:00
To create a new category, please open an issue (see CONTRIBUTING) -->
2016-05-11 17:25:14 +02:00
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
2016-05-11 18:23:21 +02:00
3. [ ] Avoid iOS or open-source in description as it is assumed
4. [ ] Use this commit title format if applicable: Add app-name by @github-username
5. [ ] Use approved format for your entry
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
-->