瀏覽代碼

Updated contribution guidelines with note about PR titles

pull/430/merge
Jamie York 10 年之前
父節點
當前提交
3431c310b6
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      CONTRIBUTING.md

+ 3
- 2
CONTRIBUTING.md 查看文件

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
+* Enter a meaningful pull request description.
6
 * Please make an individual commit for each suggestion in a pull request.
7
 * Please make an individual commit for each suggestion in a pull request.
7
-* Put a link to each library in your pull request ticket, so they're easier to look at.
8
+* Put a link to each library in your pull request ticket so they're easier to look at.
8
 * Use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
9
 * Use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
9
 * Prefix duplicate library names with their vendor or namespace followed by a space: Foo\Bar would be Foo Bar.
10
 * Prefix duplicate library names with their vendor or namespace followed by a space: Foo\Bar would be Foo Bar.
10
-* New categories, or improvements to the existing categorisation are welcome.
11
+* New categories, or improvements to the existing categorisation, are always welcome.
11
 * Keep descriptions short and simple. 
12
 * Keep descriptions short and simple. 
12
 * End all descriptions with a full stop/period.
13
 * End all descriptions with a full stop/period.
13
 * Check your spelling and grammar.
14
 * Check your spelling and grammar.

Loading…
取消
儲存