diff options
| author | Petras Zdanavičius <petraszd@gmail.com> | 2014-07-26 11:40:40 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-26 09:50:05 -0400 |
| commit | 5a311d2ccc48cb3a89858c92e449ffbfd9cbfb00 (patch) | |
| tree | 386e31734ef0711c6b3ff0a2665b8b9a42663f4c /docs | |
| parent | 08b85de9b7a8940702dba9348b642538da888c6c (diff) | |
Fixed #23103 -- Added contributing tutorial link to contributing index.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/index.txt | 4 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt index a53db0a588..d46fafe0d0 100644 --- a/docs/internals/contributing/index.txt +++ b/docs/internals/contributing/index.txt @@ -36,7 +36,9 @@ development: * :doc:`Submit patches <writing-code/submitting-patches>` for new and/or fixed behavior. If you're looking for an easy way to start contributing - to Django have a look at the `easy pickings`_ tickets. + to Django read the :doc:`/intro/contributing` tutorial and have a look at the + `easy pickings`_ tickets. The :ref:`patch-review-checklist` will also be + helpful. * :doc:`Improve the documentation <writing-documentation>` or :doc:`write unit tests <writing-code/unit-tests>`. diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 84f8f5630b..90abfaab0a 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -267,6 +267,8 @@ minified scripts when submitting patches for Django's javascript. .. _list of tickets with patches: https://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority .. _ticket tracker: https://code.djangoproject.com/newticket +.. _patch-review-checklist: + Patch review checklist ---------------------- |
