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
+28-9Lines changed: 28 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,27 @@ weight: 20
6
6
7
7
<!-- overview -->
8
8
9
-
In order to reduce the burden on the [PR Wrangler](/docs/contribute/participate/pr-wrangler), 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
+
In order to reduce the burden on 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.
10
10
11
11
<!-- body -->
12
12
13
13
## Duties
14
14
15
15
Each day in a week-long shift as Issue Wrangler:
16
16
17
-
- Triage and tag incoming issues daily. See [Triage and categorize issues](https://github.com/kubernetes/website/blob/main/docs/contribute/review/for-approvers/#triage-and-categorize-issues) for guidelines on how SIG Docs uses metadata.
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
18
- Identifying whether the issue falls under the support category and assigning a "triage/accepted" status.
19
-
-Assuring the issue is tagged with the appropriate sig/area/kind labels.
19
+
-Ensuring the issue is tagged with the appropriate sig/area/kind labels.
20
20
- Keeping an eye on stale & rotten issues within the kubernetes/website repository.
21
-
-[Issues board](https://github.com/orgs/kubernetes/projects/72/views/1) maintenance would be nice
21
+
-Maintenance of [Issues board](https://github.com/orgs/kubernetes/projects/72/views/1) would be nice
22
22
23
23
### Requirements
24
24
25
25
- Must be an active member of the Kubernetes organization.
26
-
- A minimum of 15 quality contributions to Kubernetes (of which a certain amount should be directed towards kubernetes/website).
26
+
- 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).
27
27
- Performing the role in an informal capacity already
28
28
29
-
### Helpful Prow commands for wranglers
29
+
### Helpful [Prow commands](https://prow.k8s.io/command-help) for wranglers
30
30
31
31
```
32
32
# reopen an issue
@@ -37,6 +37,27 @@ Each day in a week-long shift as Issue Wrangler:
37
37
38
38
# change the state of rotten issues
39
39
/remove-lifecycle rotten
40
+
41
+
# change the state of stale issues
42
+
/remove-lifecycle stale
43
+
44
+
# assign sig to an issue
45
+
/sig <sig_name>
46
+
47
+
# add specific area
48
+
/area <area_name>
49
+
50
+
# for beginner friendly issues
51
+
/good-first-issue
52
+
53
+
# issues that needs help
54
+
/help wanted
55
+
56
+
# tagging issue as support specific
57
+
/kind support
58
+
59
+
# to accept triaging for an issue
60
+
/triage accepted
40
61
```
41
62
42
63
### When to close Issues
@@ -45,13 +66,11 @@ For an open source project to succeed, good issue management is crucial. But it
45
66
46
67
Close issues when:
47
68
48
-
-A similar issue has been reported more than once. It is also advisable to direct the users to the original issue.
69
+
-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.
49
70
- It is very difficult to understand and address the issue presented by the author with the information provided.
50
71
However, encourage the user to provide more details or reopen the issue if they can reproduce it later.
51
72
- Having implemented the same functionality elsewhere. One can close this issue and direct user to the appropriate place.
52
73
- Feature requests that are not currently planned or aligned with the project's goals.
53
-
- If the assignee has not responded to comments or feedback in more than two weeks
54
-
The issue can be assigned to someone who is highly motivated to contribute.
55
74
- In cases where an issue appears to be spam and is clearly unrelated.
56
75
- If the issue is related to an external limitation or dependency and is beyond the control of the project.
0 commit comments