Made another small clarification to docs/contributing.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-01-08 06:34:06 +00:00
parent 682a137209
commit 0b6b89f222
1 changed files with 5 additions and 5 deletions

View File

@ -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
===================