Fix link for issue-triage.md
This commit is contained in:
parent
f2165c3391
commit
6689abcdde
|
@ -122,7 +122,7 @@ Several SIGs consistently meet weekly or monthly to triage issues. Here are some
|
|||
|
||||
### Running a Triage Meeting: Tips from api-machinery
|
||||
|
||||
The [api-machinery SIG](/sig-api-machinery) has found that triage meetings offer valuable opportunities for newcomers to listen, learn, and start contributing. The SIG hold triage meetings every Tuesday and Thursday and archive recordings via their [YouTube playlist](https://www.youtube.com/playlist?list=PL69nYSiGNLP21oW3hbLyjjj4XhrwKxH2R). [Watch an example of one of their meetings.](https://www.youtube.com/watch?v=bRptR9vd4S8&list=PL69nYSiGNLP21oW3hbLyjjj4XhrwKxH2R&index=2&t=13s)
|
||||
The [api-machinery SIG](/sig-api-machinery) has found that triage meetings offer valuable opportunities for newcomers to listen, learn, and start contributing. The SIG hold triage meetings every Tuesday and Thursday and archive recordings via their [YouTube playlist](https://www.youtube.com/playlist?list=PL69nYSiGNLP21oW3hbLyjjj4XhrwKxH2R). [Watch an example of one of their meetings](https://www.youtube.com/watch?v=bRptR9vd4S8&list=PL69nYSiGNLP21oW3hbLyjjj4XhrwKxH2R&index=2&t=13s).
|
||||
|
||||
In a typical triage meeting, api-machinery members sort through every issue that they haven't triaged since the previous meeting, using a simple query and issue number to track open PRs and issues. They usually follow this process:
|
||||
1. Read through the comments and the code briefly to understand what the issue is about.
|
||||
|
@ -144,7 +144,7 @@ The cluster-lifecycle SIG has developed a [triaging page](/sig-cluster-lifecycle
|
|||
|
||||
## Step One: Review Newly Created Open Issues
|
||||
|
||||
The first step in a successful triage meeting is reviewing newly created open issues. Kubernetes issues are listed [here](https://github.com/kubernetes/kubernetes/issues). Labels are the primary tools for triaging. [Here's a comprehensive label list.](https://github.com/kubernetes/kubernetes/labels)
|
||||
The first step in a successful triage meeting is reviewing newly created open issues. Kubernetes issues are listed [here](https://github.com/kubernetes/kubernetes/issues). Labels are the primary tools for triaging. [Here's a comprehensive label list](https://github.com/kubernetes/kubernetes/labels).
|
||||
|
||||
New issues are automatically assigned a `needs-triage` label indicating that these issues are currently awaiting triage. After triaging an issue, the issue owning SIG will use the bot command `/triage accepted`. This command removes the `needs-triage` label and adds the `triage/accepted` label.
|
||||
|
||||
|
@ -191,7 +191,7 @@ The `triage/needs-information` label indicates an issue needs more information i
|
|||
First, validate if the problem is a bug by trying to reproduce it.
|
||||
|
||||
If you can reproduce it:
|
||||
* [Define its priority.](##step-three-define-priority)
|
||||
* [Define its priority](#step-three-define-priority).
|
||||
* Search for duplicates to see if the issue has been reported already. If a duplicate is found, let the issue reporter know, reference the original issue, and close the duplicate.
|
||||
|
||||
If you can't reproduce it:
|
||||
|
@ -252,7 +252,7 @@ Components are divided among [Special Interest Groups (SIGs)](/sig-list.md). [Th
|
|||
|
||||
If you think you can fix the issue, assign it to yourself with *just* the `/assign` command. If you cannot self-assign for permissions-related reasons, leave a comment that you'd like to claim it and [begin working on a PR](github-workflow.md).
|
||||
|
||||
When an issue already has an assignee, **do not** assign it to yourself or create a PR without talking to the existing assignee or going through the [Follow Up](#Step-Five:-Follow-Up) steps as described in this document. Creating a PR when someone else is already working on an issue is not a good practice and is discouraged.
|
||||
When an issue already has an assignee, **do not** assign it to yourself or create a PR without talking to the existing assignee or going through the [Follow Up](#step-five-follow-up) steps as described in this document. Creating a PR when someone else is already working on an issue is not a good practice and is discouraged.
|
||||
|
||||
## Step Five: Follow Up
|
||||
|
||||
|
@ -274,8 +274,8 @@ When an issue goes 90 days without activity, the [k8s-triage-robot](https://gith
|
|||
|
||||
These should be directed to the following:
|
||||
* [User documentation](https://kubernetes.io/docs/home/) and
|
||||
[troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
|
||||
* [Slack](https://kubernetes.slack.com) ([registration](http://slack.k8s.io))
|
||||
[troubleshooting guide](https://kubernetes.io/docs/tasks/debug/)
|
||||
* [Slack](https://kubernetes.slack.com) ([registration](https://slack.k8s.io))
|
||||
* [Discussion forums](https://discuss.kubernetes.io)
|
||||
|
||||
### User Support Response: Example
|
||||
|
@ -300,7 +300,7 @@ support, try to redirect them to Discuss. Here is an example response:
|
|||
> to similar questions, and also familiarize yourself with:
|
||||
>
|
||||
> * [user documentation](https://kubernetes.io/docs/home/)
|
||||
> * [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
|
||||
> * [troubleshooting guide](https://kubernetes.io/docs/tasks/debug/)
|
||||
>
|
||||
> Again, thanks for using Kubernetes.
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue