Last active
August 29, 2015 14:01
-
-
Save drsii/87d1b81b6780553a26a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#package checklist | |
Each package must meet all checks before we can mark it stable. | |
- Repository Description | |
- composer.json is consistant | |
- package story on readme.md | |
- contributing.md exists | |
- licence checks (readme, file headers, licence.txt) | |
- PHP 5.4 or PHP 5.3+ | |
- PSR-4 | |
- Tests | |
- clean code base, consisent, and refactored as required. | |
- documentation | |
- documentation branches (versioned docs) | |
- demo if applicable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment