Django

Code

Changeset 4348

Show
Ignore:
Timestamp:
01/18/07 21:16:54 (2 years ago)
Author:
adrian
Message:

Fixed #3318 -- Fixed out-of-date info in docs/contributing.txt. Thanks for the patch, Marc Fargas

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/contributing.txt

    r4347 r4348  
    123123      tracker apply correct syntax highlighting, which is quite helpful. 
    124124 
    125     * Put the prefix "[patch] " before the title of your ticket. This will make 
    126       it obvious that the ticket includes a patch, and it will add the ticket 
    127       to 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`_. 
    128128 
    129129    * The code required to fix a problem or add a feature is an essential part 
     
    595595.. _django-users: http://groups.google.com/group/django-users 
    596596.. _`#django`: irc://irc.freenode.net/django 
    597 .. _list of tickets with patches: http://code.djangoproject.com/report/12 
     597.. _list of tickets with patches: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority 
    598598.. _PEP 8: http://www.python.org/peps/pep-0008.html 
    599599.. _i18n documentation: http://www.djangoproject.com/documentation/i18n/