Fixed #14227 -- Added information about the "easy-pickings" keyword to the contributing docs. Thanks to Russ for the report and cmheisel for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
103a201449
commit
2ed554bd92
|
@ -15,7 +15,9 @@ of the community, so there are many ways you can help Django's development:
|
||||||
served up.
|
served up.
|
||||||
|
|
||||||
* Submit patches for new and/or fixed behavior. Please read `Submitting
|
* Submit patches for new and/or fixed behavior. Please read `Submitting
|
||||||
patches`_, below, for details on how to submit a patch.
|
patches`_, below, for details on how to submit a patch. If you're looking
|
||||||
|
for an easy way to start contributing to Django have a look at the
|
||||||
|
`easy-pickings`_ tickets.
|
||||||
|
|
||||||
* Join the `django-developers`_ mailing list and share your ideas for how
|
* Join the `django-developers`_ mailing list and share your ideas for how
|
||||||
to improve Django. We're always open to suggestions, although we're
|
to improve Django. We're always open to suggestions, although we're
|
||||||
|
@ -354,6 +356,9 @@ members can do to help the triage process. In particular, you can help out by:
|
||||||
* Correcting the "Needs tests", "Needs documentation", or "Has patch" flags
|
* Correcting the "Needs tests", "Needs documentation", or "Has patch" flags
|
||||||
for tickets where they are incorrectly set.
|
for tickets where they are incorrectly set.
|
||||||
|
|
||||||
|
* Adding the `easy-pickings`_ keyword to tickets that are small and
|
||||||
|
relatively straightforward.
|
||||||
|
|
||||||
* Checking that old tickets are still valid. If a ticket hasn't seen
|
* Checking that old tickets are still valid. If a ticket hasn't seen
|
||||||
any activity in a long time, it's possible that the problem has been
|
any activity in a long time, it's possible that the problem has been
|
||||||
fixed but the ticket hasn't yet been closed.
|
fixed but the ticket hasn't yet been closed.
|
||||||
|
@ -1282,3 +1287,4 @@ requests for commit access are potential flame-war starters, and will be ignored
|
||||||
.. _pep8.py: http://pypi.python.org/pypi/pep8/
|
.. _pep8.py: http://pypi.python.org/pypi/pep8/
|
||||||
.. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n
|
.. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n
|
||||||
.. _`tags/releases`: http://code.djangoproject.com/browser/django/tags/releases
|
.. _`tags/releases`: http://code.djangoproject.com/browser/django/tags/releases
|
||||||
|
.. _`easy-pickings`: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&keywords=~easy-pickings&order=priority
|
||||||
|
|
Loading…
Reference in New Issue