Browse Source

Tweak contribution guidelines.

pull/200/head
Jamie York 11 years ago
parent
commit
3409e9a1e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md View File

3
 
3
 
4
 * Please search previous suggestions before making a new one, as yours may be a duplicate.
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.
5
 * Libraries that are PHP 5.3+, Composer-installable, PSR compliant, tested and documented are preferred.
6
-* Please make an individual pull request for each suggestion.
6
+* Please make an individual commit for each suggestion in a pull request.
7
 * Use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
7
 * Use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
8
 * Prefix duplicate library names with their vendor or namespace followed by a space: Foo\Bar would be Foo Bar.
8
 * Prefix duplicate library names with their vendor or namespace followed by a space: Foo\Bar would be Foo Bar.
9
 * New categories, or improvements to the existing categorisation are welcome.
9
 * New categories, or improvements to the existing categorisation are welcome.

Loading…
Cancel
Save