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:
jn64 2024-04-04 21:29:36 +08:00 committed by GitHub
parent b44f993f91
commit 106c6dd3d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 59 additions and 0 deletions

9
.github/ISSUE_TEMPLATE/feature.yaml vendored Normal file
View 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