aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-08-08 10:39:34 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2024-08-08 10:39:34 -0700
commitc636af8fb69caea0938e029d161d80a72c15f175 (patch)
tree9442d90665c68929141d0514da28c1f491e4276d
parentdb4dd28a1e9147307fb78b1066cc8ac57272973b (diff)
doc: bug report template labels don't support markdown
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 33884f4..5886b6d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -21,7 +21,7 @@ body:
required: true
- type: checkboxes
attributes:
- label: Read [debugging tips](https://github.com/stevearc/conform.nvim/blob/master/doc/debugging.md)
+ label: Read debugging tips
options:
- label: I have read through the [debugging tips](https://github.com/stevearc/conform.nvim/blob/master/doc/debugging.md).
required: true