diff --git a/docs/internals/roles.txt b/docs/internals/roles.txt index 80ba1e7c2d9..9bfd5f4c00c 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 ` 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 +`. 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 +`. + +The current releasers are: + +- James Bennett +- Jacob Kaplan-Moss