diff options
author | Rich Trott <rtrott@gmail.com> | 2016-07-20 15:25:16 -0700 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2016-08-10 12:14:05 -0400 |
commit | 23b64686674a1701fbf8410d2966b3cec9d487c7 (patch) | |
tree | d66192afbddb0325bf1bb51e7fd454520f36ebcd /GOVERNANCE.md | |
parent | cf65a7ce9e14b694cdb821a3a8f9611b1f5f12f6 (diff) | |
download | node-new-23b64686674a1701fbf8410d2966b3cec9d487c7.tar.gz |
doc: add information about CTC quorum rules
CTC quorum rules were not in writing. There was an informal
understanding between CTC members. Document the rules to avoid
differences in interpretation.
PR-URL: https://github.com/nodejs/node/pull/7813
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Julien Gilli <jgilli@nodejs.org>
Diffstat (limited to 'GOVERNANCE.md')
-rw-r--r-- | GOVERNANCE.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 34b2f5fd1e..7e4fbf5e7c 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -119,6 +119,8 @@ When an agenda item has appeared to reach a consensus, the moderator will ask "Does anyone object?" as a final call for dissent from the consensus. If an agenda item cannot reach a consensus, a CTC member can call for either a -closing vote or a vote to table the issue to the next meeting. The call for a -vote must be approved by a simple majority of the CTC or else the discussion -will continue. +closing vote or a vote to table the issue to the next meeting. All votes +(including votes to close or table) pass if and only if more than 50% of the CTC +members (excluding individuals who explicitly abstain) vote in favor. For +example, if there are 20 CTC members, and 5 of those members indicate that they +abstain, then 8 votes in favor are required for a resolution to pass. |