Ticket #3318: contributing.diff
File contributing.diff, 1.2 KB (added by , 18 years ago) |
---|
-
docs/contributing.txt
122 122 * Name the patch file with a ``.diff`` extension; this will let the ticket 123 123 tracker apply correct syntax highlighting, which is quite helpful. 124 124 125 * Put the prefix "[patch] " before the title of your ticket. This will make125 * Check the box that reads 'Has patch' on the ticket details. This will make 126 126 it obvious that the ticket includes a patch, and it will add the ticket 127 127 to the `list of tickets with patches`_. 128 128 … … 594 594 .. _search the tracker: http://code.djangoproject.com/search 595 595 .. _django-users: http://groups.google.com/group/django-users 596 596 .. _`#django`: irc://irc.freenode.net/django 597 .. _list of tickets with patches: http://code.djangoproject.com/ report/12597 .. _list of tickets with patches: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority 598 598 .. _PEP 8: http://www.python.org/peps/pep-0008.html 599 599 .. _i18n documentation: http://www.djangoproject.com/documentation/i18n/ 600 600 .. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n