Skip to content

Commit dcee41b

Browse files
committed
added prow commands and when to close issues
1 parent 5cc83a8 commit dcee41b

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

content/en/docs/contribute/participate/issue-wrangler.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,33 @@ Each day in a week-long shift as Issue Wrangler:
2626
- A minimum of 15 quality contributions to Kubernetes (of which a certain amount should be directed towards kubernetes/website).
2727
- Performing the role in an informal capacity already
2828

29-
### What is its place in the contributor hierarchy?
29+
### Helpful Prow commands for wranglers
3030

31-
- In between a contributor and a reviewer.
32-
- For someone who assumes the role and demonstrates ability, the next step is to shadow a PR Wrangler and review PRs informally.
31+
```
32+
# reopen an issue
33+
/reopen
3334
34-
### Process Implementation
35+
# transfer issues that don't fit in k/website to another repository
36+
/transfer[-issue]
3537
36-
- Identify people who are already triaging issues and put them on a roster.
37-
- Pilot a shadow program and gauge interest
38-
- The mantel may be passed on if there is interest.
39-
- Keep repeating.
38+
# change the state of rotten issues
39+
/remove-lifecycle rotten
40+
```
41+
42+
### When to close Issues
43+
44+
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.
45+
46+
Close issues when:
47+
48+
- A similar issue has been reported more than once. It is also advisable to direct the users to the original issue.
49+
- It is very difficult to understand and address the issue presented by the author with the information provided.
50+
However, encourage the user to provide more details or reopen the issue if they can reproduce it later.
51+
- Having implemented the same functionality elsewhere. One can close this issue and direct user to the appropriate place.
52+
- 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+
- In cases where an issue appears to be spam and is clearly unrelated.
56+
- If the issue is related to an external limitation or dependency and is beyond the control of the project.
57+
58+
To close an issue, leave a `/close` comment on the issue.

0 commit comments

Comments
 (0)