summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-07-13 17:19:13 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-08-01 14:41:24 +0200
commit73b3318b1da9a0fc852b884fac236ecb3a7f998d (patch)
tree9340d144170db5fc05d2b7b104cdbd549ff66350 /docs
parent4a475ce1c84cbec9417e3d0ded97dcff5f7a38a4 (diff)
Documented current roles.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/roles.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/internals/roles.txt b/docs/internals/roles.txt
index 80ba1e7c2d..9bfd5f4c00 100644
--- a/docs/internals/roles.txt
+++ b/docs/internals/roles.txt
@@ -8,3 +8,40 @@ Technical board
===============
The first technical board hasn't been elected yet.
+
+Committers
+==========
+
+Most :ref:`core team <core-team>` members have commit access. They're called
+"committers" or "core developers".
+
+Being part of the core team is a pre-requisite for having commit access.
+
+Security team
+=============
+
+The security team is responsible for :doc:`Django's security policies
+</internals/security>`. It handles private reports of security issues.
+
+The current security team members are:
+
+- Florian Apolloner
+- James Bennett
+- Jeremy Dunck
+- Adrian Holovaty
+- Jacob Kaplan-Moss
+- Russell Keith-Magee
+- Paul McMillan
+- Carl Meyer
+- Donald Stufft
+
+Releasers
+=========
+
+Releasers take care of :doc:`building Django releases
+</internals/howto-release-django>`.
+
+The current releasers are:
+
+- James Bennett
+- Jacob Kaplan-Moss