Skip to content

Commit 8c9724c

Browse files
committed
fix: make bug report guideline a checkbox
Don't require to check the boxes
1 parent 160ff2a commit 8c9724c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ body:
5858
label: "I Have checked the following"
5959
options:
6060
- label: I have searched the issue tracker for similar issues
61-
required: true
6261
- label: I have (at least) the latest version of [Quarto CLI](https://github.com/quarto-dev/quarto-cli/releases/latest)
63-
required: true
62+
- label: I have properly formatted my issue following the [Bug Reports guide](https://quarto.org/bug-reports.html)
6463

6564
- type: textarea
6665
attributes:

0 commit comments

Comments
 (0)