Ticket #3318: contributing.diff

File contributing.diff, 1.2 KB (added by Marc Fargas <telenieko@…>, 17 years ago)

Corrections to contributing.txt

  • docs/contributing.txt

     
    122122    * Name the patch file with a ``.diff`` extension; this will let the ticket
    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
     125    * Check the box that reads 'Has patch' on the ticket details. This will make
    126126      it obvious that the ticket includes a patch, and it will add the ticket
    127127      to the `list of tickets with patches`_.
    128128
     
    594594.. _search the tracker: http://code.djangoproject.com/search
    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/
    600600.. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n
Back to Top