diff options
author | Raymond Hettinger <python@rcn.com> | 2009-06-23 22:24:13 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-06-23 22:24:13 (GMT) |
commit | bbccbfd6b89624800f4d8477207e67a98845c944 (patch) | |
tree | dcf4369609f2643c07204f1cae9d3dc8f6e6089e | |
parent | 378314330fbe7cb0ca8b81b1e0f0f7f45183c4ff (diff) | |
download | cpython-bbccbfd6b89624800f4d8477207e67a98845c944.zip cpython-bbccbfd6b89624800f4d8477207e67a98845c944.tar.gz cpython-bbccbfd6b89624800f4d8477207e67a98845c944.tar.bz2 |
Add procedural note.
-rw-r--r-- | Misc/developers.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/developers.txt b/Misc/developers.txt index 634101c..b52e14a 100644 --- a/Misc/developers.txt +++ b/Misc/developers.txt @@ -12,6 +12,9 @@ be in the form of ReST. Entries should include the initials of the project admin who made the change or granted access. Feel free to revise the format to accommodate documentation needs as they arise. +Note, when giving new commit permissions, be sure to get a contributor +agreement from the committer. See http://www.python.org/psf/contrib/ +for details. When the agreement is signed, please note it in this log. Permissions History |