Made docs/contributing.txt example more detailed
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6719511497
commit
682a137209
|
@ -180,9 +180,9 @@ repository:
|
|||
|
||||
* Write detailed commit messages in the past tense, not present tense.
|
||||
|
||||
* Good: "Fixed bug in RSS API."
|
||||
* Bad: "Fixes bug in RSS API."
|
||||
* Bad: "Fixing bug in RSS API."
|
||||
* Good: "Fixed Unicode bug in RSS API."
|
||||
* Bad: "Fixes Unicode bug in RSS API."
|
||||
* Bad: "Fixing Unicode bug in RSS API."
|
||||
|
||||
* For commits to a branch, prefix the commit message with the branch name.
|
||||
For example: "magic-removal: Added support for mind reading."
|
||||
|
|
Loading…
Reference in New Issue