Skip to content

Commit bdd871d

Browse files
committed
minor #11010 [Diversity] Add Voting Logic Examples (zanbaldwin)
This PR was merged into the 3.4 branch. Discussion ---------- [Diversity] Add Voting Logic Examples Add reStructed Text table listing all possible combinations that would result in an actionable item passing the voting stage. Commits ------- 43f60f4 [Diversity] Add Voting Logic Examples
2 parents 54f7979 + 43f60f4 commit bdd871d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

contributing/diversity/governance.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,23 @@ For an actionable item to pass, approval from greater than 50% of the voting
7272
guidance team members is required. Use or management of finances/donations
7373
require at least a two-thirds majority to pass.
7474

75+
For transparency and ease-of-understanding, this means only the following
76+
combinations of votes will result in an actionable item passing:
77+
78+
+-----+---------+---------+
79+
| For | Against | Abstain |
80+
+=====+=========+=========+
81+
| 5 | 0 | 0 |
82+
+-----+---------+---------+
83+
| 4 | 1 | 0 |
84+
+-----+---------+---------+
85+
| 3 | 2 | 0 |
86+
+-----+---------+---------+
87+
| 4 | 0 | 1 |
88+
+-----+---------+---------+
89+
| 3 | 1 | 1 |
90+
+-----+---------+---------+
91+
7592
Guidance Principles
7693
-------------------
7794

0 commit comments

Comments
 (0)