You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- name: Bug Report
- description: Report a bug with Cardinal
- body:
- - type: input
- id: version
- attributes:
- label: Version
- value: "26.01"
- 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
|