Update community-membership.md

This commit is contained in:
Charles Uneze 2025-01-13 16:31:25 +01:00 committed by GitHub
parent 8a99192b37
commit aa72e57dba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -102,11 +102,13 @@ against the kubernetes/org repo, as above.
- Members can do `/lgtm` on open PRs. - Members can do `/lgtm` on open PRs.
- They can be assigned to issues and PRs, and people can ask members for reviews with a `/cc @username`. - They can be assigned to issues and PRs, and people can ask members for reviews with a `/cc @username`.
- Tests can be run against their PRs automatically. No `/ok-to-test` needed. - Tests can be run against their PRs automatically. No `/ok-to-test` needed.
- Members can do `/ok-to-test` for PRs that have a `needs-ok-to-test` label, and use commands like `/close` to close PRs as well. - Members can do `/ok-to-test` for PRs that have a `needs-ok-to-test` label, and use commands like `/close` to close issues or PRs as well.
**Note:** members who frequently contribute code are expected to proactively **Note:** Members who frequently contribute code are expected to proactively
perform code reviews and work towards becoming a primary *reviewer* for the perform code reviews and work towards becoming a primary *reviewer* for the
subproject that they are active in. subproject that they are active in. Members who contribute to the Kubernetes documentation
can participate in the [pull request wrangler program](https://kubernetes.io/docs/contribute/participate/pr-wranglers/)
to cultivate a habit of [reviewing for approvers and reviewers](https://kubernetes.io/docs/contribute/review/for-approvers/).
## Reviewer ## Reviewer
@ -127,7 +129,7 @@ addition to the assigned reviewers.
The following apply to the part of codebase for which one would be a reviewer in The following apply to the part of codebase for which one would be a reviewer in
an [OWNERS] file (for repos using the bot). an [OWNERS] file (for repos using the bot).
- member for at least 3 months - Member for at least 3 months
- Primary reviewer for at least 5 PRs to the codebase - Primary reviewer for at least 5 PRs to the codebase
- Reviewed or merged at least 20 substantial PRs to the codebase - Reviewed or merged at least 20 substantial PRs to the codebase
- Knowledgeable about the codebase - Knowledgeable about the codebase