fix: issue templates

This commit is contained in:
iff 2023-08-05 18:10:17 +02:00
parent 62921b7098
commit 60aa65969a
2 changed files with 6 additions and 6 deletions

View file

@ -9,16 +9,16 @@ body:
attributes: attributes:
label: What happened? label: What happened?
description: Please leave a brief description about the bug you file. description: Please leave a brief description about the bug you file.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: log id: log
attributes: attributes:
label: The command and output label: The command and output
description: Please provide us the command and output you are running description: Please provide us the command and output you are running
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
id: no-similar-issue id: no-similar-issue

View file

@ -9,5 +9,5 @@ body:
attributes: attributes:
label: What do you want us to work on? label: What do you want us to work on?
description: Please let us know what do you think description: Please let us know what do you think
validations: validations:
required: true required: true