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-cn/docs/contribute/participate/issue-wrangler.md
+34-16Lines changed: 34 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,10 @@ weight: 20
12
12
<!-- overview -->
13
13
14
14
<!--
15
-
Alongside the [PR Wrangler](/docs/contribute/participate/pr-wranglers),formal approvers, and reviewers, members of SIG Docs take week long shifts [triaging and categorising issues](/docs/contribute/review/for-approvers.md/#triage-and-categorize-issues) for the repository.
15
+
Alongside the [PR Wrangler](/docs/contribute/participate/pr-wranglers),formal approvers,
16
+
and reviewers, members of SIG Docs take week long shifts
17
+
[triaging and categorising issues](/docs/contribute/review/for-approvers.md/#triage-and-categorize-issues)
SIG Docs 正式的批准人(Approver)、评审人(Reviewer)和成员(Member)
@@ -25,7 +28,9 @@ SIG Docs 正式的批准人(Approver)、评审人(Reviewer)和成员(M
25
28
26
29
Each day in a week-long shift the Issue Wrangler will be responsible for:
27
30
28
-
- Triaging and tagging incoming issues daily. See [Triage and categorize issues](https://github.com/kubernetes/website/blob/main/content/en/docs/contribute/review/for-approvers.md/#triage-and-categorize-issues) for guidelines on how SIG Docs uses metadata.
31
+
- Triaging and tagging incoming issues daily. See
32
+
[Triage and categorize issues](/docs/contribute/review/for-approvers.md/#triage-and-categorize-issues)
33
+
for guidelines on how SIG Docs uses metadata.
29
34
- Keeping an eye on stale & rotten issues within the kubernetes/website repository.
30
35
- Maintenance of the [Issues board](https://github.com/orgs/kubernetes/projects/72/views/1).
31
36
-->
@@ -34,18 +39,19 @@ Each day in a week-long shift the Issue Wrangler will be responsible for:
- Must be an active member of the Kubernetes organization.
45
-
- A minimum of 15 [non-trivial](https://www.kubernetes.dev/docs/guide/pull-requests/#trivial-edits) contributions to Kubernetes (of which a certain amount should be directed towards kubernetes/website).
46
-
- Performing the role in an informal capacity already
50
+
- A minimum of 15 [non-trivial](https://www.kubernetes.dev/docs/guide/pull-requests/#trivial-edits)
51
+
contributions to Kubernetes (of which a certain amount should be directed towards kubernetes/website).
52
+
- Performing the role in an informal capacity already.
47
53
-->
48
-
###要求 {#requirements}
54
+
## 要求 {#requirements}
49
55
50
56
- 必须是 Kubernetes 组织的活跃成员。
51
57
- 至少为 Kubernetes 做了 15
@@ -54,12 +60,16 @@ Each day in a week-long shift the Issue Wrangler will be responsible for:
54
60
- 已经以非正式身份履行该职责。
55
61
56
62
<!--
57
-
### Helpful [Prow commands](https://prow.k8s.io/command-help) for wranglers
63
+
## Helpful Prow commands for wranglers
64
+
65
+
Below are some commonly used commands for Issue Wranglers:
For an open source project to succeed, good issue management is crucial. But it is also critical to resolve issues in order to maintain the repository and communicate clearly with contributors and users.
150
+
For an open source project to succeed, good issue management is crucial.
151
+
But it is also critical to resolve issues in order to maintain the repository
152
+
and communicate clearly with contributors and users.
136
153
-->
137
-
###何时关闭 Issue {#when-to-close-issues}
154
+
## 何时关闭 Issue {#when-to-close-issues}
138
155
139
156
一个开源项目想要成功,良好的 Issue 管理非常关键。
140
157
但解决 Issue 也很重要,这样才能维护代码仓库,并与贡献者和用户进行清晰明确的交流。
141
158
142
159
<!--
143
160
Close issues when:
144
161
145
-
- A similar issue is reported more than once.You will first need to tag it as /triage duplicate; link it to the main issue & then close it. It is also advisable to direct the users to the original issue.
162
+
- A similar issue is reported more than once.You will first need to tag it as `/triage duplicate`;
163
+
link it to the main issue & then close it. It is also advisable to direct the users to the original issue.
146
164
- It is very difficult to understand and address the issue presented by the author with the information provided.
147
165
However, encourage the user to provide more details or reopen the issue if they can reproduce it later.
148
166
- The same functionality is implemented elsewhere. One can close this issue and direct user to the appropriate place.
- `TopologyManagerPolicyOptions`: Allow fine-tuning of topology manager policies,
@@ -1283,15 +1290,15 @@ Each feature gate is designed for enabling/disabling a specific feature:
1283
1290
topologies based on available PV capacity.
1284
1291
-->
1285
1292
-`ValidatingAdmissionPolicy`:启用准入控制中所用的对 CEL 校验的 [ValidatingAdmissionPolicy](/zh-cn/docs/reference/access-authn-authz/validating-admission-policy/) 支持。
0 commit comments