|
|
@@ -1,15 +1,16 @@
|
|
1
|
1
|
# Contribution Guidelines
|
|
2
|
2
|
Please ensure your pull request adheres to the following guidelines:
|
|
3
|
3
|
|
|
4
|
|
-* Please search previous issues before making a suggestion, as it may be a duplicate.
|
|
5
|
|
-* Libraries that are PHP 5.3+, Composer installable, PSR compliant, and tested are preferred.
|
|
|
4
|
+* Please search previous suggestions before making a new one, as yours may be a duplicate.
|
|
|
5
|
+* Libraries that are PHP 5.3+, Composer-installable, PSR compliant, tested and documented are preferred.
|
|
6
|
6
|
* Please make an individual pull request for each suggestion.
|
|
7
|
|
-* Please use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
|
|
8
|
|
-* Please prefix duplicate library names with their vendor or namespace followed by a space: Orno\DI would be Orno DI.
|
|
9
|
|
-* Please keep descriptions short and simple.
|
|
10
|
|
-* Please end all descriptions with a full stop/period.
|
|
11
|
|
-* Please check your spelling and grammar.
|
|
|
7
|
+* Use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
|
|
|
8
|
+* Prefix duplicate library names with their vendor or namespace followed by a space: Orno\DI would be Orno DI.
|
|
|
9
|
+* Keep descriptions short and simple.
|
|
|
10
|
+* End all descriptions with a full stop/period.
|
|
|
11
|
+* Check your spelling and grammar.
|
|
|
12
|
+* New categories, or improvements to the existing categorisaton are welcome.
|
|
12
|
13
|
|
|
13
|
|
-I try to open a suggestions issue each month, so feel free to add anything interesting to it. I’m also open to creating new categories or improving the existing ones.
|
|
|
14
|
+I try to open a ticket for suggestions each month, so feel free to add anything interesting to it.
|
|
14
|
15
|
|
|
15
|
16
|
Thank you for your suggestions!
|