Browse Source

Added some configs to module YAML

Nathan Schneider 1 year ago
parent
commit
a476fa7a0b

+ 2 - 2
_modules/approval_voting.md

@@ -5,8 +5,8 @@ permalink: /modules/approval_voting/
 type: decision
 summary: Voters can approve or deny approval for each option.
 config:
-    Approvals: 3
-    Denials: 2
+    Approvals: 
+    Denials: 
 ---
 
 Approval voting is a form of plurality-majority voting in which each voter either positively or negatively determines all candidates’ aptitude for the job. Rather than only voting for one candidate who would best serve in the role, voters participating in approval voting either give or deny approval for each candidate and may approve as many as they see fit. The candidate with the most approval votes wins.

+ 2 - 0
_modules/board.md

@@ -4,6 +4,8 @@ title: Board
 permalink: /modules/board/
 summary: A small group of people shares top-level authority over an organization.
 type: structure
+config:
+    Number of members:
 ---
 
 Board governance is the use of a relatively small group of people, appointed or elected, to share authority and responsibility over a particular domain of decisions. Boards are widely used to set policy for corporations, nonprofit organizations, and governmental entities. They are also referred to as "councils," "trustees," or "directors."

+ 2 - 0
_modules/committee.md

@@ -4,4 +4,6 @@ title: Committee
 permalink: /modules/committee/
 summary: A sub-group of the community tasked with a particular role or domain of authority.
 type: structure
+config:
+    Duration:
 ---

+ 3 - 1
_modules/consensus.md

@@ -2,8 +2,10 @@
 layout: module
 title: Consensus
 permalink: /modules/consensus/
-summary: All participants must agree on decisions that affect the entire group.
+summary: All participants must consent to decisions that affect the entire group.
 type: decision
+config:
+    Max. opposed:
 ---
 
 # Consensus process

+ 2 - 0
_modules/consent.md

@@ -4,6 +4,8 @@ title: Lazy consensus
 permalink: /modules/lazy_consensus/
 summary: Proposals are presumed to pass in the absence of objections.
 type: decision
+config:
+    Max. objections:
 ---
 
 Lazy consensus is a method for decision-making according to which proposals within a group may be presumed to pass unless any explicit objections arise. It blends features of [do-ocracy](do-ocracy.md) and [consensus process](consensus_process.md). The Apache Software Foundation, which holds lazy consensus as a value, [summarizes](https://community.apache.org/committers/lazyConsensus.html) the method as "silence is consent."

+ 3 - 0
_modules/deliberation.md

@@ -4,4 +4,7 @@ title: Deliberation
 permalink: /modules/deliberation/
 summary: A space and process for discussing and reflecting on possible courses of action.
 type: process
+config:
+    Duration:
+    Facilitation:
 ---

+ 4 - 0
_modules/majority_voting.md

@@ -4,6 +4,10 @@ title: Majority Voting
 permalink: /modules/majority_voting/
 summary: The option that receives more than half the vote wins; it none wins, a runoff occurs.
 type: decision
+config:
+    Threshold: ">50%"
+    Quorum:
+    Duration:
 ---
 
 Majority voting is an electoral system requiring a candidate to receive more than half of the votes cast to win and results in one single winner. Though associated with plurality voting, as they are both proportional representative systems, majority voting does not select a winner based on the most votes but on the candidate who receives more than fifty percent of the votes. If no one candidate receives half of the votes, either a runoff election is held between the two candidates with the most votes or an alternative vote or “majority preferential” system is used.

+ 3 - 1
_modules/origins.md

@@ -4,4 +4,6 @@ title: Origins
 permalink: /modules/origins/
 summary: Communities may share a common origin story that helps explain shared norms.
 type: culture
----
+config:
+    Founding date:
+---

+ 2 - 0
_modules/petition.md

@@ -4,4 +4,6 @@ title: Petition
 permalink: /modules/petition/
 summary: If a certain number of people sign on to a statement, it triggers the official decision-making process.
 type: process
+config:
+    Threshold:
 ---

+ 2 - 0
_modules/recess.md

@@ -4,4 +4,6 @@ title: Recess
 permalink: /modules/recess/
 summary: An official break in governance might calm conflicts and promote accountability to constituents.
 type: process
+config:
+    Duration:
 ---

+ 2 - 0
_modules/referendum.md

@@ -4,4 +4,6 @@ title: Referendum
 permalink: /modules/referendum/
 summary: A decision is posed to the community's members at large.
 type: decision
+config:
+    Threshold: ">50%"
 ---

+ 2 - 0
_modules/ritual.md

@@ -4,6 +4,8 @@ title: Ritual
 permalink: /modules/ritual/
 summary: A repeated cultural practice builds solidarity and community.
 type: culture
+config:
+    Frequency: 
 ---
 
 Ritual is a repeated practice that a given culture deems significant, either implicitly or explicitly. It typically has the effect of binding the community that practices it together and of reinforcing certain governance habits.