0
0
Fork 0

Change the checkbox confirmation to just a markdown warning

This commit is contained in:
Oliver Akins 2022-06-09 21:00:22 -06:00
parent b078a2d92c
commit f8d67dee87
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -3,6 +3,15 @@ description: The template for all 3rd party bug reports
labels: labels:
- bug - bug
body: 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 - type: markdown
attributes: attributes:
value: '# Version Information' value: '# Version Information'
@ -60,17 +69,3 @@ body:
List steps that can reproduce the issue. If this is left blank, issues List steps that can reproduce the issue. If this is left blank, issues
may be deemed lower priority and take longer to fix. may be deemed lower priority and take longer to fix.
value: 1. Hide a file/folder 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