Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: DIP-001 uses undefined language #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions DIPs/001/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Minimum Viable Governance
This document describes the Minimum Viable Governance of Social Dist0rtion Protocol.

## Language
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [BCP 14](https://tools.ietf.org/html/bcp14) \[[RFC2119](https://tools.ietf.org/html/rfc2119)\] \[[RFC8174](https://tools.ietf.org/html/rfc8174)\] when, and only when, they appear in all capitals, as shown here.

## Goverance
Governance is the sum of all Dist0rtion Improvement Proposals (DIPs) contained in the master branch of this repository.

Expand All @@ -15,24 +18,24 @@ The multi signature wallet defines a *set of owners* and a *number of required c
## Proposals
Anyone can make a **proposal** by opening an issue in any repository of the Social Dist0rtion Protocol organization on GitHub.

The proposal must contain:
The proposal MUST contain:
- The *problem* being addressed.
- The *solution* proposed.

The proposal may contain:
The proposal MAY contain:
- An *estimated effort*.
- The *payment conditions*.

The author of the proposal has the responsibility to gauge interest around their work, but it is not an obligation of the DAO to take their work into consideration.

If the proposal is to be resolved on-chain (payments, minting, adding and removing owners, ...), owners may vote "yes" by confirming the proposed transaction in the multi signature wallet.
If the proposal is to be resolved on-chain (payments, minting, adding and removing owners, ...), owners MAY vote "yes" by confirming the proposed transaction in the multi signature wallet.

Any other proposal can be voted by the owners in the comment section of the issue. If the number of "yes" votes is equal to the *number of required confirmations* defined in the multi signature wallet, then the proposal is implemented.

## Owner's Responsibilities
The correct functioning of the DAO depends on the conduct of its owners.

Every owner is required to follow those rules:
Every owner is REQUIRED to follow those rules:
- Backup their keys, and store them securely.
- Immediately report lost or stolen keys to the other owners.
- Be responsive to evaluate a proposal when asked by another owner.