-
Notifications
You must be signed in to change notification settings - Fork 3
Open Source Checklist
Pablo Villar edited this page Mar 23, 2017
·
15 revisions
This is a reduced version of the original checklist, which includes the same items but less detail, and it's intended to be used in github issues.
Copy this content in raw mode to preserve the links.
Fulfill the open-source checklist
General
- It has a Github repo
- It has a proper .gitignore file
- It has an Apache2 LICENSE file
- It has a clear and useful README file
- Its files and folders are properly organized
- It's available in cocoapods
Code
- Code is documented
- Code is tested
- Code is linted
- Every source file uses the Apache2 License Header
CI
- It's hooked to HipChat rooms
- It's hooked to Travis CI
- It's hooked to Codecov
Exhibition
- There is a blog post about it
- It's shared on social networks
- It's shared on Reddit
- It's shared on Hacker News