Skip to content

Commit 270d578

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 270d578

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 | Relative Approval Percentage |
80+
+=====+=========+=========+==============================+
81+
| 5 | 0 | 0 | 100% |
82+
+-----+---------+---------+------------------------------+
83+
| 4 | 1 | 0 | 80% |
84+
+-----+---------+---------+------------------------------+
85+
| 3 | 2 | 0 | 60% |
86+
+-----+---------+---------+------------------------------+
87+
| 4 | 0 | 1 | 100% |
88+
+-----+---------+---------+------------------------------+
89+
| 3 | 1 | 1 | 75% |
90+
+-----+---------+---------+------------------------------+
91+
7592
Guidance Principles
7693
-------------------
7794

0 commit comments

Comments
 (0)