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
9
.github/ISSUE_TEMPLATE/feature.yaml
vendored
Normal file
9
.github/ISSUE_TEMPLATE/feature.yaml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: Feature request
|
||||
description: Request a new feature
|
||||
body:
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: Description
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue