summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/committing-code.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-06-08 11:53:54 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-06-08 11:53:54 +0200
commitd2ad3b0f962909c14eab2ffda2fa66740f434c79 (patch)
treecf05e95eb3ad9e831bb72611fee8d1831ba41890 /docs/internals/contributing/committing-code.txt
parent1f203f84d01508345997f921bc9feed8b4ff2fc5 (diff)
Clarified the purpose of the pull requsets docs
One is for the community, the other for the core team. Thanks Reinout van Rees for the report.
Diffstat (limited to 'docs/internals/contributing/committing-code.txt')
-rw-r--r--docs/internals/contributing/committing-code.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt
index a77a5762b5..a83697734a 100644
--- a/docs/internals/contributing/committing-code.txt
+++ b/docs/internals/contributing/committing-code.txt
@@ -3,7 +3,9 @@ Committing code
===============
This section is addressed to the :doc:`/internals/committers` and to anyone
-interested in knowing how code gets committed into Django core.
+interested in knowing how code gets committed into Django core. If you're a
+community member who wants to contribute code to Django, have a look at
+:doc:`writing-code/working-with-git` instead.
Commit access
-------------