Changeset 4348
- Timestamp:
- 01/18/07 21:16:54 (2 years ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r4347 r4348 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 make126 it obvious that the ticket includes a patch, and it will add the ticket127 t o the `list of tickets with patches`_.125 * Check the "Has patch" box on the ticket details. This will make it 126 obvious that the ticket includes a patch, and it will add the ticket to 127 the `list of tickets with patches`_. 128 128 129 129 * The code required to fix a problem or add a feature is an essential part … … 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/
