Skip to content

Commit e8ea54e

Browse files
authored
chore: updating governance doc to use maintainers (#791)
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
1 parent b186b73 commit e8ea54e

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Default: request review from contributors
2-
* @generative-computing/mellea-contributors
1+
# Default: request review from maintainers
2+
* @generative-computing/mellea-maintainers
33

44
# Mellea Core requires special review
55
/mellea/core/ @nrfulton @jakelorocco

GOVERNANCE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ For related topics, see:
1313
| Role | Description | Examples |
1414
|------|-------------|----------|
1515
| **Contributor** | Anyone who opens issues, submits pull requests, or participates in discussions. No special access required. | External collaborators, first-time contributors |
16-
| **Committer** | Has merge/write access to the repository. Member of [`@generative-computing/mellea-contributors`](https://github.com/orgs/generative-computing/teams/mellea-contributors). | Team members with commit rights |
16+
| **Maintainer** | Has merge/write access to the repository and responsible for code review. Member of [`@generative-computing/mellea-maintainers`](https://github.com/orgs/generative-computing/teams/mellea-maintainers). | Team members with maintainer rights |
1717
| **Code Owner** | Domain expert listed in [`.github/CODEOWNERS`](.github/CODEOWNERS). Automatically requested as a reviewer for PRs touching their area. | Core library owners, intrinsics team |
18-
| **Maintainer** | Overall project stewardship. Holds release authority and can grant committer access. | Project leads |
1918

20-
New committers are added by invitation from existing maintainers, based on sustained, high-quality contributions.
19+
New maintainers are added by invitation from existing maintainers, based on sustained, high-quality contributions. Release authority and the ability to grant maintainer access are held by a subset of maintainers with admin privileges.
2120

2221
## Code Ownership
2322

@@ -29,7 +28,7 @@ Current ownership zones:
2928
|------|--------|
3029
| `mellea/core/` | @nrfulton, @jakelorocco |
3130
| `mellea/formatters/granite/`, `test/formatters/granite/` | @generative-computing/mellea-intrinsics |
32-
| Everything else | @generative-computing/mellea-contributors |
31+
| Everything else | @generative-computing/mellea-maintainers |
3332

3433
## PR Review & Merge Policy
3534

0 commit comments

Comments
 (0)