Cardinal/.github/ISSUE_TEMPLATE/bug.yaml
falkTX a46c0dd236
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
2024-12-01 17:05:52 +01: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.12"
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