Ticket #14227: ticket14227.patch

File ticket14227.patch, 1.7 KB (added by Chris Heisel, 14 years ago)

Revised based on Russell's feedback, added language to Triage section

  • docs/internals/contributing.txt

    diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt
    index 399e458..db1f511 100644
    a b of the community, so there are many ways you can help Django's development:  
    1515      served up.
    1616
    1717    * Submit patches for new and/or fixed behavior.  Please read `Submitting
    18       patches`_, below, for details on how to submit a patch.
     18      patches`_, below, for details on how to submit a patch. If you're looking
     19      for a way to start contributing to Django have a look at the `easy-pickings`_
     20      tickets.
    1921
    2022    * Join the `django-developers`_ mailing list and share your ideas for how
    2123      to improve Django.  We're always open to suggestions, although we're
    members can do to help the triage process. In particular, you can help out by:  
    354356    * Correcting the "Needs tests", "Needs documentation", or "Has patch" flags
    355357      for tickets where they are incorrectly set.
    356358
     359    * Adding the `easy-pickings`_ keyword to tickets that are small and relatively
     360      straightforward.
     361
    357362    * Checking that old tickets are still valid. If a ticket hasn't seen
    358363      any activity in a long time, it's possible that the problem has been
    359364      fixed but the ticket hasn't yet been closed.
    requests for commit access are potential flame-war starters, and will be ignored  
    12261231.. _pep8.py: http://pypi.python.org/pypi/pep8/
    12271232.. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n
    12281233.. _`tags/releases`: http://code.djangoproject.com/browser/django/tags/releases
     1234.. _`easy-pickings`: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&keywords=~easy-pickings&order=priority
Back to Top