Change the checkbox confirmation to just a markdown warning
This commit is contained in:
parent
b078a2d92c
commit
f8d67dee87
1 changed files with 9 additions and 14 deletions
23
.github/ISSUE_TEMPLATE/bug.yaml
vendored
23
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -3,6 +3,15 @@ description: The template for all 3rd party bug reports
|
|||
labels:
|
||||
- bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
# Before You Begin
|
||||
Make sure that you have checked the [issues](https://github.com/Oliver-Akins/file-hider/issues)
|
||||
page for any bug reports that are similar to yours, if you've found a
|
||||
similar one, make a comment on that issue with your extra information.
|
||||
|
||||
---
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: '# Version Information'
|
||||
|
|
@ -60,17 +69,3 @@ body:
|
|||
List steps that can reproduce the issue. If this is left blank, issues
|
||||
may be deemed lower priority and take longer to fix.
|
||||
value: 1. Hide a file/folder
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |-
|
||||
---
|
||||
|
||||
# Confirmations
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Have you?
|
||||
options:
|
||||
- label: >-
|
||||
I have checked that there isn't already a bug on the GitHub issue
|
||||
tracker for this issue
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue