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/en/docs/contribute/participate/issue-wrangler.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,17 @@ weight: 20
6
6
7
7
<!-- overview -->
8
8
9
-
Alongside the [PR Wrangler](/docs/contribute/participate/pr-wranglers),and 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.
9
+
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.
10
10
11
11
<!-- body -->
12
12
13
13
## Duties
14
14
15
-
Each day in a week-long shift as Issue Wrangler:
15
+
Each day in a week-long shift the Issue Wrangler will be responsible for:
16
16
17
-
- Triage and tag 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.
18
-
- Identifying whether the issue falls under the support category and assigning a "triage/accepted" status.
19
-
- Ensuring the issue is tagged with the appropriate sig/area/kind labels.
17
+
- Triage 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.
20
18
- Keeping an eye on stale & rotten issues within the kubernetes/website repository.
21
-
- Maintenance of [Issues board](https://github.com/orgs/kubernetes/projects/72/views/1) would be nice
19
+
- Maintenance of the [Issues board](https://github.com/orgs/kubernetes/projects/72/views/1) would be nice.
22
20
23
21
### Requirements
24
22
@@ -69,12 +67,12 @@ For an open source project to succeed, good issue management is crucial. But it
69
67
70
68
Close issues when:
71
69
72
-
-When a similar issue is reported more than once, you'll first 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.
70
+
-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.
73
71
- It is very difficult to understand and address the issue presented by the author with the information provided.
74
72
However, encourage the user to provide more details or reopen the issue if they can reproduce it later.
75
-
-Having implemented the same functionality elsewhere. One can close this issue and direct user to the appropriate place.
76
-
-Feature requests that are not currently planned or aligned with the project's goals.
77
-
-In cases where an issue appears to be spam and is clearly unrelated.
73
+
-The same functionality is implemented elsewhere. One can close this issue and direct user to the appropriate place.
74
+
-The reported issue is not currently planned or aligned with the project's goals.
75
+
-If the issue appears to be spam and is clearly unrelated.
78
76
- If the issue is related to an external limitation or dependency and is beyond the control of the project.
79
77
80
78
To close an issue, leave a `/close` comment on the issue.
0 commit comments