From f8b2bf43794be27f8a541e83cd3e34cc9ba3bd6d Mon Sep 17 00:00:00 2001 From: cinderflash <154299375+cinderflash@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:58:12 -0700 Subject: [PATCH] Fix unclosed link Closes an unclosed link on the Issue tracking page. --- introduction/issue-tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction/issue-tracking.md b/introduction/issue-tracking.md index dd27a52a..7e91ef4f 100644 --- a/introduction/issue-tracking.md +++ b/introduction/issue-tracking.md @@ -57,7 +57,7 @@ Labels and projects are features of GitHub's issue tracking system that we use t ### Labels -When an issue is first created, certain [labels](https://github.com/QubesOS/qubes-issues/labels) may automatically be applied to it based on the type of issue the reporter selected. For example, if someone selects the "Bug report" template, then the `T: bug` label will automatically be applied to that issue. After that, only Qubes team members have permission to modify labels. Many labels have descriptions on them that can be viewed by hovering over them or on the [list of labels](https://github.com/QubesOS/qubes-issues/labels. Let's go over some of the most important ones. +When an issue is first created, certain [labels](https://github.com/QubesOS/qubes-issues/labels) may automatically be applied to it based on the type of issue the reporter selected. For example, if someone selects the "Bug report" template, then the `T: bug` label will automatically be applied to that issue. After that, only Qubes team members have permission to modify labels. Many labels have descriptions on them that can be viewed by hovering over them or on the [list of labels](https://github.com/QubesOS/qubes-issues/labels). Let's go over some of the most important ones. #### Type