Cardinal/.github/ISSUE_TEMPLATE/bug.yaml
falkTX 6414fd36c4
Cleanup, tweak issue template
Signed-off-by: falkTX <falktx@falktx.com>
2024-04-04 17:30:01 +02:00

42 lines
790 B
YAML

name: Bug Report
description: Report a bug with Cardinal
body:
- type: input
id: version
attributes:
label: Version
value: "24.04"
validations:
required: true
- type: dropdown
id: plugin-type
attributes:
label: Plugin type
multiple: true
options:
- Native / JACK
- AU
- CLAP
- LV2
- VST2
- VST3
validations:
required: true
- type: input
id: os
attributes:
label: OS
validations:
required: true
- type: input
id: daw-host
attributes:
label: "DAW / Host (if applicable)"
validations:
required: false
- type: textarea
id: bug-description
attributes:
label: Description
validations:
required: true