-
Notifications
You must be signed in to change notification settings - Fork 48
add a minimal GOVERNANCE.md for discussion #11
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
Open
Davanum Srinivas (dims)
wants to merge
2
commits into
agent-substrate:main
Choose a base branch
from
dims:add-governance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+40
−0
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,8 @@ | ||
| # CODEOWNERS — see GOVERNANCE.md. | ||
| # | ||
| # Initial owners derived from current commit and PR activity. This list is | ||
| # intentionally coarse for now; per-area owners can be added as the project | ||
| # grows and contributors take on sustained responsibility for specific | ||
| # subsystems. | ||
|
|
||
| * @BenTheElder @rakyll @thockin |
This file contains hidden or 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,32 @@ | ||
| # Governance | ||
|
|
||
| > **Status: Draft — under review and discussion.** This document is a proposal and has not yet been ratified by the Substrate maintainers. Feedback welcome via PR review or on the `ate-dev@groups.google.com` mailing list. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| Substrate is an Apache-2.0 open-source project. This document describes how decisions get made and how contributors can take on more responsibility over time. | ||
|
|
||
| For day-to-day collaboration norms (PR workflow, communication, AI-tool disclosure), see [COLLABORATING.md](COLLABORATING.md). For build and contribution instructions, see [CONTRIBUTING.md](CONTRIBUTING.md). For community conduct, see [code-of-conduct.md](code-of-conduct.md). | ||
|
|
||
| ## Roles | ||
|
|
||
| **Contributors** — anyone who opens issues, PRs, or joins discussions. Must follow the Code of Conduct and sign the [Google Contributor License Agreement](https://cla.developers.google.com/about) before their first contribution is merged (see [CONTRIBUTING.md](CONTRIBUTING.md)). | ||
|
|
||
| **Reviewers** — contributors with sustained, high-quality work in a specific area. They review PRs, triage issues, and mentor newcomers. Nominated by a Reviewer or Maintainer; confirmed by majority of Maintainers. | ||
|
|
||
| **Maintainers** — Reviewers with broad responsibility for project health. They approve and merge PRs, make architectural decisions, manage releases, and represent the project externally. Nominated by an existing Maintainer; confirmed by a 2/3 supermajority of Maintainers. | ||
|
dberkov marked this conversation as resolved.
|
||
|
|
||
| The current list of Maintainers and per-area Reviewers lives in the [`CODEOWNERS`](.github/CODEOWNERS) file. | ||
|
|
||
| ## Decisions | ||
|
|
||
| - **Code changes.** Every PR needs at least one Maintainer approval and green CI before merge. Authors do not merge their own PRs. | ||
| - **Design changes.** File a GitHub issue or discussion describing the proposal and tag relevant Maintainers. Allow at least one week for feedback. Significant changes require majority Maintainer support. | ||
| - **Disputes.** Try to resolve on the PR or issue first. If that fails, any participant can ask the Maintainers to decide; Maintainers resolve by majority vote. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is OK for now, but hopefully we will see more direct ownership of subsystems which will delegate authority away from "majority" votes. |
||
| - **Code-of-Conduct issues.** Reported and handled per [code-of-conduct.md](code-of-conduct.md). | ||
|
|
||
| ## Activity | ||
|
|
||
| Roles require ongoing participation. Reviewers and Maintainers inactive for six months may have their status reviewed, with allowances for known absences (e.g., sabbatical, parental leave). | ||
|
|
||
| ## Changing this document | ||
|
|
||
| Open a PR. Allow at least one week for discussion. Requires a 2/3 supermajority of Maintainers to merge. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make CODEOWNERS / OWNERS a different discussion?