@@ -102,11 +102,13 @@ against the kubernetes/org repo, as above.
102
102
- Members can do ` /lgtm ` on open PRs.
103
103
- They can be assigned to issues and PRs, and people can ask members for reviews with a ` /cc @username ` .
104
104
- Tests can be run against their PRs automatically. No ` /ok-to-test ` needed.
105
- - 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.
105
+ - 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.
106
106
107
- ** Note:** members who frequently contribute code are expected to proactively
107
+ ** Note:** Members who frequently contribute code are expected to proactively
108
108
perform code reviews and work towards becoming a primary * reviewer* for the
109
- subproject that they are active in.
109
+ subproject that they are active in. Members who contribute to the Kubernetes documentation
110
+ can participate in the [ pull request wrangler program] ( https://kubernetes.io/docs/contribute/participate/pr-wranglers/ )
111
+ to cultivate a habit of [ reviewing for approvers and reviewers] ( https://kubernetes.io/docs/contribute/review/for-approvers/ ) .
110
112
111
113
## Reviewer
112
114
@@ -127,7 +129,7 @@ addition to the assigned reviewers.
127
129
The following apply to the part of codebase for which one would be a reviewer in
128
130
an [ OWNERS] file (for repos using the bot).
129
131
130
- - member for at least 3 months
132
+ - Member for at least 3 months
131
133
- Primary reviewer for at least 5 PRs to the codebase
132
134
- Reviewed or merged at least 20 substantial PRs to the codebase
133
135
- Knowledgeable about the codebase
0 commit comments