forked from restic/restic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# restic project governance | ||
|
||
## Overview | ||
|
||
The restic project uses a governance model commonly described as Benevolent | ||
Dictator For Life (BDFL). This document outlines our understanding of what this | ||
means. It is derived from the [i3 window manager project | ||
governance](https://raw.githubusercontent.com/i3/i3/next/.github/GOVERNANCE.md). | ||
|
||
## Roles | ||
|
||
* user: anyone who interacts with the restic project | ||
* core contributor: a handful of people who have contributed significantly to | ||
the project by any means (issue triage, support, documentation, code, etc.). | ||
Core contributors are recognizable via GitHub’s "Member" badge. | ||
* Benevolent Dictator For Life (BDFL): a single individual who makes decisions | ||
when consensus cannot be reached. restic's current BDFL is [@fd0](https://github.com/fd0). | ||
|
||
## Decision making process | ||
|
||
In general, we try to reach consensus in discussions. In case consensus cannot | ||
be reached, the BDFL makes a decision. | ||
|
||
## Contribution process | ||
|
||
The contribution process is described in a separate document called | ||
[CONTRIBUTING](CONTRIBUTING.md). |