summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-08 06:34:06 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-08 06:34:06 +0000
commit0b6b89f222daa29e4fd9b78ab147fd70c83dfb16 (patch)
tree185c9c2261532096523188d0787d2bb1b0d37a61 /docs
parent682a137209242070ab04f1d04b2cd8dbf420af25 (diff)
Made another small clarification to docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index 9ccf655b1f..dd682f2889 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -205,11 +205,11 @@ repository:
first, then the "Fixed #abc." For example:
"magic-removal: Fixed #123 -- Added whizbang feature."
- * If your commit references a ticket in the Django `ticket tracker`_,
- include the phrase "Refs #abc", where "abc" is the number of the ticket
- your commit references. We've rigged Subversion and Trac so that any
- commit message in that format will automatically post a comment to the
- appropriate ticket.
+ * If your commit references a ticket in the Django `ticket tracker`_ but
+ does *not* close the ticket, include the phrase "Refs #abc", where "abc"
+ is the number of the ticket your commit references. We've rigged
+ Subversion and Trac so that any commit message in that format will
+ automatically post a comment to the appropriate ticket.
Requesting features
===================