Update bug.yaml

This commit is contained in:
advplyr 2022-01-29 11:28:46 -06:00 committed by GitHub
parent 9a5cbf11be
commit 68d43f122c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ body:
value: "1. " value: "1. "
validations: validations:
required: true required: true
- type: input - type: input
id: version id: version
attributes: attributes:
label: Audiobookshelf version label: Audiobookshelf version
@ -32,14 +32,14 @@ body:
value: "" value: ""
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: install id: install
attributes: attributes:
label: How are you running audiobookshelf? label: How are you running audiobookshelf?
options: options:
- Docker - Docker
- Debian/PPA - Debian/PPA
- Built from source - Built from source
- Other - Other
validations: validations:
required: true required: true