Skip to content

Commit

Permalink
Updating CONTRIBUTION GUIDELINES and Pull Request Template
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza committed Jan 4, 2019
1 parent b83eedb commit fd92715
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,22 @@ Typical reasons for deleting project:
- No updates / no longer works
- Deprecated
- Lacks license
- Archived projects

#### Projects are ineligible if:

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

### Projects that can be rejected:

- Projects without tests.
- Have only one contributor
- Projects with exact same functionalities as other projects that are already in AwesomeiOS
- Projects with few functionalities

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

0 comments on commit fd92715

Please sign in to comment.