summaryrefslogtreecommitdiff
path: root/docs/contributing.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-08 06:32:52 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-08 06:32:52 +0000
commit682a137209242070ab04f1d04b2cd8dbf420af25 (patch)
tree9265a7987bfa4092f49f683045dfe3abc19f5ffb /docs/contributing.txt
parent6719511497126b82a5025e04fbe1252934b7ccc9 (diff)
Made docs/contributing.txt example more detailed
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/contributing.txt')
-rw-r--r--docs/contributing.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index eb0807dd96..9ccf655b1f 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -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."