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
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,35 @@ weight: 20
6
6
7
7
<!-- overview -->
8
8
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.
9
+
Alongside the [PR Wrangler](/docs/contribute/participate/pr-wranglers), formal approvers,
10
+
reviewers and members of SIG Docs take week-long shifts
11
+
[triaging and categorising issues](/docs/contribute/review/for-approvers.md/#triage-and-categorize-issues)
12
+
for the repository.
10
13
11
14
<!-- body -->
12
15
13
16
## Duties
14
17
15
18
Each day in a week-long shift the Issue Wrangler will be responsible for:
16
19
17
-
- 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.
20
+
- Triaging and tagging incoming issues daily. See
21
+
[Triage and categorize issues](/docs/contribute/review/for-approvers.md/#triage-and-categorize-issues)
22
+
for guidelines on how SIG Docs uses metadata.
18
23
- Keeping an eye on stale & rotten issues within the kubernetes/website repository.
19
24
- Maintenance of the [Issues board](https://github.com/orgs/kubernetes/projects/72/views/1).
20
25
21
-
###Requirements
26
+
## Requirements
22
27
23
28
- Must be an active member of the Kubernetes organization.
24
-
- 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).
25
-
- Performing the role in an informal capacity already
29
+
- A minimum of 15 [non-trivial](https://www.kubernetes.dev/docs/guide/pull-requests/#trivial-edits)
30
+
contributions to Kubernetes (of which a certain amount should be directed towards kubernetes/website).
31
+
- Performing the role in an informal capacity already.
26
32
27
-
###Helpful [Prow commands](https://prow.k8s.io/command-help) for wranglers
33
+
## Helpful Prow commands for wranglers
28
34
29
-
```
35
+
Below are some commonly used commands for Issue Wranglers:
36
+
37
+
```bash
30
38
# reopen an issue
31
39
/reopen
32
40
@@ -61,13 +69,18 @@ Each day in a week-long shift the Issue Wrangler will be responsible for:
61
69
/close not-planned
62
70
```
63
71
64
-
### When to close Issues
72
+
To find more Prow commands, refer to the [Command Help](https://prow.k8s.io/command-help) documentation.
73
+
74
+
## When to close Issues
65
75
66
-
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.
76
+
For an open source project to succeed, good issue management is crucial.
77
+
But it is also critical to resolve issues in order to maintain the repository
78
+
and communicate clearly with contributors and users.
67
79
68
80
Close issues when:
69
81
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.
82
+
- A similar issue is reported more than once. You will first need to tag it as `/triage duplicate`;
83
+
link it to the main issue & then close it. It is also advisable to direct the users to the original issue.
71
84
- It is very difficult to understand and address the issue presented by the author with the information provided.
72
85
However, encourage the user to provide more details or reopen the issue if they can reproduce it later.
73
86
- The same functionality is implemented elsewhere. One can close this issue and direct user to the appropriate place.
0 commit comments