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

docs: update project roles #1374

Merged
merged 1 commit into from
Mar 13, 2024
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
12 changes: 7 additions & 5 deletions docs/ebpf/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ you as a code owner. Please create an issue in the repository.
* May be asked to help with certain issues
* [ebpf-go-reviewers]
* Have ["Write"][permissions] role
* Can re-run failed CI tasks
* Can't merge to protected branches
* Can't create releases
* May be asked to become CODEOWNERS
* CODEOWNER of a part of the code base
* In-depth review of code, escalates to maintainers if necessary
* [ebpf-lib-maintainers]
* Have ["Admin"][permissions] role
* CODEOWNERS of last resort
* Manage releases
* Triage incoming issues and discussions
* Maintain CI & project permissions
* Maintain roadmap and encourage contributions towards it
* Merge approved PRs
[virtme]: https://github.com/amluto/virtme
[run-tests.sh]: https://github.com/cilium/ebpf/blob/main/run-tests.sh
Expand Down
Loading