Skip to content

Commit 43f60f4

Browse files
committed
[Diversity] Add Voting Logic Examples
Add reStructed Text table listing all possible combinations that would result in an actionable item passing the voting stage.
1 parent 6ca04ad commit 43f60f4

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 key
7272
players is required. Use or management of finances/donations require at least a
7373
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)