[Python-checkins] peps: Add an idea to have a bot help identify potential core devs

brett.cannon python-checkins at python.org
Sat Mar 5 15:51:35 EST 2016


https://hg.python.org/peps/rev/fad7b646ab06
changeset:   6251:fad7b646ab06
user:        Brett Cannon <brett at python.org>
date:        Sat Mar 05 12:51:30 2016 -0800
summary:
  Add an idea to have a bot help identify potential core devs

files:
  pep-0512.txt |  13 +++++++++++++
  1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/pep-0512.txt b/pep-0512.txt
--- a/pep-0512.txt
+++ b/pep-0512.txt
@@ -500,6 +500,19 @@
 the PSF infrastructure committee to decide if this is worthwhile or
 unnecessary.
 
+Identify potential new core developers
+''''''''''''''''''''''''''''''''''''''
+The Python development team has long-standing guidelines for
+selecting new core developers. The key part of the guidelines is that
+a person needs to have contributed multiple patches which have been
+accepted and are high enough quality and size to demonstrate an
+understanding of Python's development process. A bot could be written
+which tracks patch acceptance rates and generates a report to help
+identify contributors who warrant consideration for becoming core
+developers. This work doesn't even necessarily require GitHub
+integration as long as the committer field in all git commits is
+filled in properly.
+
 Status
 ======
 Requirements for migrating the devinabox [#devinabox-repo]_ and

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list