fix bug report template

This commit is contained in:
Francis Cao 2023-04-28 11:01:40 -07:00
parent 2d6077fe16
commit 402acf563e
2 changed files with 1 additions and 24 deletions

View File

@ -17,15 +17,6 @@ body:
- v2
validations:
required: true
- type: checkboxes
attributes:
label: Product
description: Is this related to Umami Cloud?
options:
- v1
- v2
validations:
required: true
- type: textarea
attributes:
label: Relevant log output

View File

@ -7,18 +7,4 @@ body:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: dropdown
attributes:
label: Version
description: What version of our software are you running?
options:
- v1
- v2
validations:
required: true
- type: textarea
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
required: true