Skip to content

Commit fd92715

Browse files
committed
Updating CONTRIBUTION GUIDELINES and Pull Request Template
1 parent b83eedb commit fd92715

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,22 @@ Typical reasons for deleting project:
2222
- No updates / no longer works
2323
- Deprecated
2424
- Lacks license
25+
- Archived projects
2526

2627
#### Projects are ineligible if:
2728

2829
- Lack recent commit
30+
- Have lower than 50 stargazers in Github
2931
- Don't support iOS 9 or later
3032
- Don't support Swift 4 or later
31-
- Not written in English
33+
- README or code comments aren't written in English
3234
- README is not clear
3335
- Does not support the most common package managers (spm, cocoapods, carthage...)
3436

3537
### Projects that can be rejected:
3638

3739
- Projects without tests.
40+
- Have only one contributor
3841
- Projects with exact same functionalities as other projects that are already in AwesomeiOS
3942
- Projects with few functionalities
4043

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
## Checklist
1515
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
1616
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
17+
- [ ] Has 50 Github stargazers or more
1718
- [ ] Only one project/change is in this pull request
19+
- [ ] Isn't an archived project
20+
- [ ] Has more than one contributor
1821
- [ ] Has unit tests, integration tests or UI tests
1922
- [ ] Addition in chronological order (bottom of category)
2023
- [ ] Supports iOS 9 / tvOS 10 or later

0 commit comments

Comments
 (0)