diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2015-10-03 21:51:14 -0700 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2015-10-03 21:51:14 -0700 |
commit | 29b09f86b7956e822751f7da54a998395a2baf76 (patch) | |
tree | f1cfd8b990727f33e19bef7e192bfc1dbf19ef61 /doc/source | |
parent | 6823e7a010a95096c11cd4c13dd5aacad4820b7e (diff) | |
download | numpy-29b09f86b7956e822751f7da54a998395a2baf76.tar.gz |
DEV: remove the interstitial notes on the seed steering council
Now that this seems to be settled, we don't need this cluttering up the
main text. (For the record: the rule listed here is what we actually
used.)
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/dev/governance/governance.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/source/dev/governance/governance.rst b/doc/source/dev/governance/governance.rst index cb0e32825..84d1ec0be 100644 --- a/doc/source/dev/governance/governance.rst +++ b/doc/source/dev/governance/governance.rst @@ -242,21 +242,6 @@ deemed to be actively harmful to the project’s well-being, and attempts at communication and conflict resolution have failed. This requires the consensus of the remaining Members. -[We also have to decide on the initial membership for the Council. While -the above text makes pains to distinguish between "committer" and -"Council Member", in the past we've pretty much treated them as the -same. So to keep things simple and deterministic, I propose that we seed -the Council with everyone who has reviewed/merged a pull request since -Jan 1, 2014, and move those who haven't used their commit bit in >1.5 -years to the emeritus list. Based on the output of - -git log --grep="^Merge pull request" --since 2014-01-01 \| grep Author: -\| sort -u - -I believe this would give us an initial Steering Council of: Sebastian -Berg, Jaime Fernández del Río, Ralf Gommers, Alex Griffing, Charles -Harris, Nathaniel Smith, Julian Taylor, and Pauli Virtanen (assuming -everyone on that list is interested/willing to serve).] Conflict of interest ~~~~~~~~~~~~~~~~~~~~ |