awesome-php/CONTRIBUTING.md

15 lines
885 B
Markdown
Raw Normal View History

2013-12-30 08:33:17 +01:00
# Contribution Guidelines
Please ensure your pull request adheres to the following guidelines:
2013-12-30 09:01:53 +01:00
* Please search previous issues before making a suggestion, as it may be a duplicate.
2013-12-30 09:24:18 +01:00
* Libraries that are PHP 5.3+, Composer installable, PSR compliant, and tested are preferred.
2013-12-30 09:01:53 +01:00
* Please make an individual pull request for each suggestion.
* Please use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
* Please prefix duplicate library names with their vendor or namespace followed by a space: Orno\DI would be Orno DI.
* Please keep descriptions short and simple.
* Please end all descriptions with a full stop/period.
* Please check your spelling and grammar.
2013-12-30 08:33:17 +01:00
I try to open a suggestions issue each month, so feel free to add anything interesting to it. Im also open to creating new categories or improving the existing ones.
Thank you for your suggestions!