Add issue templates (#551)
* Create bug.yaml * Create feature.yaml * Create config.yml * Add DAW/host field Also change version from placeholder to value so it is pre-filled * Change OS field from dropdown to input
This commit is contained in:
parent
b44f993f91
commit
106c6dd3d9
3 changed files with 59 additions and 0 deletions
42
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
name: Bug Report
|
||||
description: Report a bug with Cardinal
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
value: "23.10"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: plugin-type
|
||||
attributes:
|
||||
label: Plugin type
|
||||
multiple: true
|
||||
options:
|
||||
- Native
|
||||
- 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"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Description
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue