Skip to content
Merged
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
7 changes: 4 additions & 3 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ Pull request approval policy:

- All pull requests require approval from at least **two maintainers** before they can
be merged. At least one approval must come from a code owner of the modified paths
(see [`.github/CODEOWNERS`](.github/CODEOWNERS)).
(see
[`.github/CODEOWNERS`](https://github.com/areal-project/areal/blob/main/.github/CODEOWNERS)).
- The **lead maintainer**, acting as repository administrator, may bypass the
two-approval requirement for trivial or time-sensitive changes as described in the
[Lead Maintainer](#lead-maintainer-bdfl) section.
- The branch protection rules on `main` are documented in
[`.github/ruleset.json`](.github/ruleset.json) and are the source of truth for
mechanical enforcement of this policy.
[`.github/ruleset.json`](https://github.com/areal-project/areal/blob/main/.github/ruleset.json)
and are the source of truth for mechanical enforcement of this policy.

## Becoming a Maintainer

Expand Down
Loading