summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/committing-code.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-07-13 09:59:17 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-08-01 14:41:24 +0200
commite9fde1c7ecc9c46ad2ae608a8718a1527b42a1ec (patch)
treec8932ff54a1cbdbe129ed72b8956648a63fe60b3 /docs/internals/contributing/committing-code.txt
parent5ad48a9ef2f83d06e94e7ca0988c4b7218aae0fb (diff)
Removed references to partial commit acces.
Diffstat (limited to 'docs/internals/contributing/committing-code.txt')
-rw-r--r--docs/internals/contributing/committing-code.txt22
1 files changed, 4 insertions, 18 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt
index ff5cce00ea..2f8599de5b 100644
--- a/docs/internals/contributing/committing-code.txt
+++ b/docs/internals/contributing/committing-code.txt
@@ -10,24 +10,10 @@ community member who wants to contribute code to Django, have a look at
Commit access
-------------
-Django has two types of committers:
-
-Core committers
- These are people who have a long history of contributions to Django's
- codebase, a solid track record of being polite and helpful on the
- mailing lists, and a proven desire to dedicate serious time to Django's
- development. The bar is high for full commit access.
-
-Partial committers
- These are people who are "domain experts." They have direct check-in
- access to the subsystems that fall under their jurisdiction, and they're
- given a formal vote in questions that involve their subsystems. This type
- of access is likely to be given to someone who contributes a large
- sub-framework to Django and wants to continue to maintain it.
-
- Partial commit access is granted by the same process as full
- committers. However, the bar is set lower; proven expertise in the area
- in question is likely to be sufficient.
+Core developers are people who have a long history of contributions to
+Django's codebase, a solid track record of being polite and helpful on the
+mailing lists, and a proven desire to dedicate serious time to Django's
+development. The bar is high for full commit access.
Decisions on new committers will follow the process explained in
:ref:`how-we-make-decisions`. To request commit access, please contact an