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: contributors/guide/issue-triage.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,16 +154,15 @@ Note that adding labels requires Kubernetes GitHub org membership. If you are no
154
154
155
155
GitHub allows you to filter out types of issues and pull requests, which helps you discover items in need of triaging. This table includes some predetermined searches for convenience:
156
156
157
-
<!--- NOTE: Table syntax is for the Hugo rendered page -->
158
-
{{< table caption="Example issue and pull request searches" >}}
|[comments-desc](https://github.com/kubernetes/kubernetes/issues?q=is%3Aissue+is%3Aopen+sort%3Acomments-desc)| Busiest untriaged issues, sorted by # of comments |
165
164
|[comments-asc](https://github.com/kubernetes/kubernetes/issues?q=is%3Aissue+is%3Aopen+sort%3Acomments-asc)| Issues that need more attention, based on # of comments |
166
-
{{</ table >}}
165
+
167
166
168
167
We suggest preparing your triage by filtering out the oldest, unlabelled issues and pull requests first.
169
168
@@ -223,16 +222,15 @@ We use GitHub labels for prioritization. If an issue lacks a `priority` label, t
223
222
224
223
We aim for consistency across the entire project. However, if you notice an issue that you believe to be incorrectly prioritized, please leave a comment offering your counter-proposal and we will evaluate it.
225
224
226
-
<!--- NOTE: Table syntax is for the Hugo rendered page -->
227
-
{{< table caption="Priority labels for issues" >}}
225
+
228
226
|Priority label|What it means|Examples|
229
227
|---|---|---|
230
228
|`priority/critical-urgent`| Team leaders are responsible for making sure that these issues (in their area) are being actively worked on—i.e., drop what you're doing. Stuff is burning. These should be fixed before the next release. | user-visible bugs in core features <br> broken builds <br> tests and critical security issues |
231
229
|`priority/important-soon`| Must be staffed and worked on either currently or very soon—ideally in time for the next release. Important, but wouldn't block a release. |[**XXXX**]|
232
230
|`priority/important-longterm`| Important over the long term, but may not be currently staffed and/or may require multiple releases to complete. Wouldn't block a release. |[**XXXX**]|
233
231
|`priority/backlog`| General agreement that this is a nice-to-have, but no one's available to work on it anytime soon. Community contributions would be most welcome in the meantime, though it might take a while to get them reviewed if reviewers are fully occupied with higher-priority issues—for example, immediately before a release.|[**XXXX**]|
234
232
|`priority/awaiting-more-evidence`| Possibly useful, but not yet enough support to actually get it done. | Mostly placeholders for potentially good ideas, so that they don't get completely forgotten, and can be referenced or deduped every time they come up |
235
-
{{< /table >}}
233
+
236
234
237
235
## Step Four: Find and Set the Right SIG(s) to Own an Issue
0 commit comments