Add checkbox for I've read troubleshooting
This commit is contained in:
parent
2a4ae8c93e
commit
d8c1f21d7a
1 changed files with 8 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/2_bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/2_bug_report.yml
vendored
|
|
@ -4,6 +4,14 @@ title: "[BUG] "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
id: troubleshooting
|
||||||
|
attributes:
|
||||||
|
label: Prerequisites
|
||||||
|
description: Please confirm you have completed the following steps before submitting this bug report
|
||||||
|
options:
|
||||||
|
- label: I have read the [troubleshooting guide](https://github.com/nicotsx/zerobyte/blob/main/TROUBLESHOOTING.md)
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue