Skip to content

Commit 874d24e

Browse files
authored
Merge pull request #32189 from mengjiao-liu/sync_for_approvers_zh
[zh] Resync Reviewing for approvers and reviewers page
2 parents 14e40d9 + 3cb033a commit 874d24e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/contribute/review/for-approvers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Prow 命令。
153153
{{< table caption="Prow commands for reviewing" >}}
154154
Prow Command | Role Restrictions | Description
155155
:------------|:------------------|:-----------
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.
157157
`/approve` | Approvers | Approves a PR for merging.
158158
`/assign` | Reviewers or Approvers | Assigns a person to review or approve a PR
159159
`/close` | Reviewers or Approvers | Closes an issue or PR.
@@ -167,7 +167,7 @@ of commands you can use in a PR.
167167
{{< table caption="评阅用 Prow 命令" >}}
168168
Prow 命令 | 角色限制 | 描述
169169
:------------|:------------------|:-----------
170-
`/lgtm` | 任何人均可使用,但只有评阅人和批准人使用此命令的时候才会触发自动化操作 | 用来表明你已经完成 PR 的评阅并对其所作变更表示满意
170+
`/lgtm` | 组织成员 | 用来表明你已经完成 PR 的评阅并对其所作变更表示满意
171171
`/approve` | 批准人 | 批准某 PR 可以合并
172172
`/assign` |评阅人或批准人 | 指派某人来评阅或批准某 PR
173173
`/close` | 评阅人或批准人 | 关闭 Issue 或 PR
@@ -233,7 +233,7 @@ finds issues that might need triage.
233233
`priority/important-longterm` | Do this within 6 months.
234234
`priority/backlog` | Deferrable indefinitely. Do when resources are available.
235235
`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.
237237
238238
At your discretion, take ownership of an issue and submit a PR for it
239239
(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
252252
`priority/important-longterm` | 应在 6 个月内处理
253253
`priority/backlog` | 可无限期地推迟,可在人手充足时处理
254254
`priority/awaiting-more-evidence` | 占位符,标示 Issue 可能是一个不错的 Issue,避免该 Issue 被忽略或遗忘
255-
`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/)
256256
{{< /table >}}
257257

258258
基于你自己的判断,你可以选择某 Issue 来处理,为之发起 PR

0 commit comments

Comments
 (0)