42 lines
790 B
YAML
42 lines
790 B
YAML
name: Bug Report
|
|
description: Report a bug with Cardinal
|
|
body:
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
value: "24.09"
|
|
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
|