mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
chore(github): add installation method field to issue template
This commit is contained in:
parent
d52ba95a65
commit
d5813ba1b2
18
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
18
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
@ -54,7 +54,7 @@ body:
|
|||||||
label: Komga version
|
label: Komga version
|
||||||
description: You can find your Komga version at the bottom of the side bar.
|
description: You can find your Komga version at the bottom of the side bar.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: "0.143.0"
|
Example: "1.7.1"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -67,6 +67,20 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: other-details
|
id: other-details
|
||||||
attributes:
|
attributes:
|
||||||
@ -80,7 +94,7 @@ body:
|
|||||||
label: Acknowledgements
|
label: Acknowledgements
|
||||||
description: Read this carefully, we will close and ignore your issue if you skimmed through this.
|
description: Read this carefully, we will close and ignore your issue if you skimmed through this.
|
||||||
options:
|
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
|
required: true
|
||||||
- label: I have written a short but informative title.
|
- label: I have written a short but informative title.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user