Skip to content

Commit edf4dea

Browse files
committed
Tweak and adjust heading levels in issue-wrangler.md
1 parent 7e67660 commit edf4dea

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

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

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,35 @@ weight: 20
66

77
<!-- overview -->
88

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.
1013

1114
<!-- body -->
1215

1316
## Duties
1417

1518
Each day in a week-long shift the Issue Wrangler will be responsible for:
1619

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.
1823
- Keeping an eye on stale & rotten issues within the kubernetes/website repository.
1924
- Maintenance of the [Issues board](https://github.com/orgs/kubernetes/projects/72/views/1).
2025

21-
### Requirements
26+
## Requirements
2227

2328
- 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.
2632

27-
### Helpful [Prow commands](https://prow.k8s.io/command-help) for wranglers
33+
## Helpful Prow commands for wranglers
2834

29-
```
35+
Below are some commonly used commands for Issue Wranglers:
36+
37+
```bash
3038
# reopen an issue
3139
/reopen
3240

@@ -61,13 +69,18 @@ Each day in a week-long shift the Issue Wrangler will be responsible for:
6169
/close not-planned
6270
```
6371

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
6575

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.
6779

6880
Close issues when:
6981

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.
7184
- It is very difficult to understand and address the issue presented by the author with the information provided.
7285
However, encourage the user to provide more details or reopen the issue if they can reproduce it later.
7386
- The same functionality is implemented elsewhere. One can close this issue and direct user to the appropriate place.

0 commit comments

Comments
 (0)