@@ -102,11 +102,13 @@ against the kubernetes/org repo, as above.
102102- Members can do ` /lgtm ` on open PRs.
103103- They can be assigned to issues and PRs, and people can ask members for reviews with a ` /cc @username ` .
104104- 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.
106106
107- ** Note:** members who frequently contribute code are expected to proactively
107+ ** Note:** Members who frequently contribute code are expected to proactively
108108perform 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/ ) .
110112
111113## Reviewer
112114
@@ -127,7 +129,7 @@ addition to the assigned reviewers.
127129The following apply to the part of codebase for which one would be a reviewer in
128130an [ OWNERS] file (for repos using the bot).
129131
130- - member for at least 3 months
132+ - Member for at least 3 months
131133- Primary reviewer for at least 5 PRs to the codebase
132134- Reviewed or merged at least 20 substantial PRs to the codebase
133135- Knowledgeable about the codebase
0 commit comments