Merge pull request #34812 from kinzhi/kinzhi157

[zh-cn]Sync content/zh-cn/docs/contribute/review/for-approvers.md
This commit is contained in:
Kubernetes Prow Robot 2022-07-04 19:18:46 -07:00 committed by GitHub
commit 545de0b4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -273,7 +273,7 @@ To add a label, leave a comment in one of the following formats:
To remove a label, leave a comment in one of the following formats:
- `/remove-<label-to-remove>` (for example, `/remove-help`)
- `/remove-<label-category> <label-to-remove>` (for example, `/remove-triage needs-information`)`
- `/remove-<label-category> <label-to-remove>` (for example, `/remove-triage needs-information`)
-->
## 添加和删除 Issue 标签 {#adding-and-removing-issue-labels}
@ -361,7 +361,7 @@ If the dead link issue is in the API or `kubectl` documentation, assign them `/p
### Blog issues
We expect [Kubernetes Blog](https://kubernetes.io/blog/) entries to become
We expect [Kubernetes Blog](/blog/) entries to become
outdated over time. Therefore, we only maintain blog entries less than a year old.
If an issue is related to a blog entry that is more than one year old,
close the issue without fixing.
@ -375,7 +375,7 @@ close the issue without fixing.
### 博客问题 {#blog-issues}
我们预期 [Kubernetes 博客](https://kubernetes.io/blog/)条目随着时间推移都会过期。
我们预期 [Kubernetes 博客](/zh-cn/blog/)条目随着时间推移都会过期。
因此,我们只维护一年内的博客条目。
如果某个 Issue 是与某个超过一年的博客条目有关的,可以直接关闭
Issue不必修复。