From 43f60f47f023a37012665a6036afac3b63e6538f Mon Sep 17 00:00:00 2001 From: Zan Baldwin Date: Tue, 19 Feb 2019 16:47:54 +0000 Subject: [PATCH] [Diversity] Add Voting Logic Examples Add reStructed Text table listing all possible combinations that would result in an actionable item passing the voting stage. --- contributing/diversity/governance.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/contributing/diversity/governance.rst b/contributing/diversity/governance.rst index 250d978195d..140fa01b9e9 100644 --- a/contributing/diversity/governance.rst +++ b/contributing/diversity/governance.rst @@ -72,6 +72,23 @@ For an actionable item to pass, approval from greater than 50% of the voting key players is required. Use or management of finances/donations require at least a two-thirds majority to pass. +For transparency and ease-of-understanding, this means only the following +combinations of votes will result in an actionable item passing: + ++-----+---------+---------+ +| For | Against | Abstain | ++=====+=========+=========+ +| 5 | 0 | 0 | ++-----+---------+---------+ +| 4 | 1 | 0 | ++-----+---------+---------+ +| 3 | 2 | 0 | ++-----+---------+---------+ +| 4 | 0 | 1 | ++-----+---------+---------+ +| 3 | 1 | 1 | ++-----+---------+---------+ + Guidance Principles -------------------