Skip to content

Commit 7e12bfb

Browse files
committed
Remove hugo table syntax from issue triage guide
1 parent 70d8661 commit 7e12bfb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

contributors/guide/issue-triage.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,15 @@ Note that adding labels requires Kubernetes GitHub org membership. If you are no
154154

155155
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:
156156

157-
<!--- NOTE: Table syntax is for the Hugo rendered page -->
158-
{{< table caption="Example issue and pull request searches" >}}
157+
159158
| Search | What it sorts |
160159
|--------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
161160
| [created-asc](https://github.com/kubernetes/kubernetes/issues?q=is%3Aissue+is%3Aopen+sort%3Acreated-asc) | Untriaged issues by age |
162161
| [needs-sig](https://github.com/kubernetes/kubernetes/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-sig) | Issues that need to be assigned to a SIG |
163162
| [`is:open is:issue`](https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue) | Newest incoming issues |
164163
| [comments-desc](https://github.com/kubernetes/kubernetes/issues?q=is%3Aissue+is%3Aopen+sort%3Acomments-desc) | Busiest untriaged issues, sorted by # of comments |
165164
| [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+
167166

168167
We suggest preparing your triage by filtering out the oldest, unlabelled issues and pull requests first.
169168

@@ -223,16 +222,15 @@ We use GitHub labels for prioritization. If an issue lacks a `priority` label, t
223222

224223
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.
225224

226-
<!--- NOTE: Table syntax is for the Hugo rendered page -->
227-
{{< table caption="Priority labels for issues" >}}
225+
228226
|Priority label|What it means|Examples|
229227
|---|---|---|
230228
| `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 |
231229
| `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**] |
232230
| `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**]|
233231
| `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**] |
234232
| `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+
236234

237235
## Step Four: Find and Set the Right SIG(s) to Own an Issue
238236

0 commit comments

Comments
 (0)