update ISSUE_TEMPLATE

This commit is contained in:
deffcolony 2024-03-31 12:47:51 +02:00
parent da035d4984
commit 3b8188877f
2 changed files with 8 additions and 8 deletions

View File

@ -69,16 +69,16 @@ body:
required: false
- type: checkboxes
id: idiot-check
id: user-check
attributes:
label: Please tick the boxes
description: Before submitting, please ensure that
description: Before submitting, please ensure that you have completed the following checklist
options:
- label: You have explained the issue clearly, and included all relevant info
- label: I have explained the issue clearly, and I included all relevant info
required: true
- label: You've checked that this [issue hasn't already been raised](https://github.com/SillyTavern/SillyTavern/issues?q=is%3Aissue)
- label: I have checked that this [issue hasn't already been raised](https://github.com/SillyTavern/SillyTavern/issues?q=is%3Aissue)
required: true
- label: You've checked the [docs](https://docs.sillytavern.app/) ![important](https://img.shields.io/badge/Important!-F6094E)
- label: I have checked the [docs](https://docs.sillytavern.app/) ![important](https://img.shields.io/badge/Important!-F6094E)
required: true
- type: markdown

View File

@ -15,7 +15,7 @@ body:
- 'No'
- 'Yes'
validations:
required: false
required: true
# Field 2 - Is it bug-related
- type: textarea
@ -71,12 +71,12 @@ body:
- type: dropdown
id: canImplement
attributes:
label: Is this something you would be keen to implement?
label: Are you willing to test this on staging/unstable branch if this is implemented?
description: Are you raising this ticket in order to get an issue number for your PR?
options:
- 'No'
- 'Maybe'
- 'Yes!'
- 'Yes'
validations:
required: false