chore(github): add installation method field to issue template

This commit is contained in:
Gauthier Roebroeck 2023-11-07 09:29:28 +08:00
parent d52ba95a65
commit d5813ba1b2

View File

@ -54,7 +54,7 @@ body:
label: Komga version
description: You can find your Komga version at the bottom of the side bar.
placeholder: |
Example: "0.143.0"
Example: "1.7.1"
validations:
required: true
@ -67,6 +67,20 @@ body:
validations:
required: true
- type: dropdown
attributes:
label: Installation method
description: How did you install Komga?
multiple: false
options:
- jar
- Docker
- Microsoft Store
- from download.komga.org
- other (please provide more details below)
validations:
required: true
- type: textarea
id: other-details
attributes:
@ -80,7 +94,7 @@ body:
label: Acknowledgements
description: Read this carefully, we will close and ignore your issue if you skimmed through this.
options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
- label: I have searched the existing issues (open AND closed) and this is a new ticket, **NOT** a duplicate or related to another open issue.
required: true
- label: I have written a short but informative title.
required: true