You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/contribute/review/for-approvers.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Prow 命令。
153
153
{{< table caption="Prow commands for reviewing" >}}
154
154
Prow Command | Role Restrictions | Description
155
155
:------------|:------------------|:-----------
156
-
`/lgtm` | Anyone, but triggers automation if a Reviewer or Approver uses it | Signals that you've finished reviewing a PR and are satisfied with the changes.
156
+
`/lgtm` | Organization members | Signals that you've finished reviewing a PR and are satisfied with the changes.
157
157
`/approve` | Approvers | Approves a PR for merging.
158
158
`/assign` | Reviewers or Approvers | Assigns a person to review or approve a PR
159
159
`/close` | Reviewers or Approvers | Closes an issue or PR.
@@ -167,7 +167,7 @@ of commands you can use in a PR.
@@ -233,7 +233,7 @@ finds issues that might need triage.
233
233
`priority/important-longterm` | Do this within 6 months.
234
234
`priority/backlog` | Deferrable indefinitely. Do when resources are available.
235
235
`priority/awaiting-more-evidence` | Placeholder for a potentially good issue so it doesn't get lost.
236
-
`help` or `good first issue` | Suitable for someone with very little Kubernetes or SIG Docs experience. See [Help Wanted and Good First Issue Labels](https://github.com/kubernetes/community/blob/master/contributors/guide/help-wanted.md) for more information.
236
+
`help` or `good first issue` | Suitable for someone with very little Kubernetes or SIG Docs experience. See [Help Wanted and Good First Issue Labels](https://kubernetes.dev/docs/guide/help-wanted/) for more information.
237
237
238
238
At your discretion, take ownership of an issue and submit a PR for it
239
239
(especially if it's quick or relates to work you're already doing).
@@ -252,7 +252,7 @@ the [kubernetes-sig-docs mailing list](https://groups.google.com/forum/#!forum/k
`help` or `good first issue` | 适合对 Kubernetes 或 SIG Docs 经验较少的贡献者来处理。更多信息可参考[需要帮助和入门候选 Issue 标签](https://github.com/kubernetes/community/blob/master/contributors/guide/help-wanted.md)。
255
+
`help` or `good first issue` | 适合对 Kubernetes 或 SIG Docs 经验较少的贡献者来处理。更多信息可参考[需要帮助和入门候选 Issue 标签](https://kubernetes.dev/docs/guide/help-wanted/)。
0 commit comments