mirror of
https://github.com/Leseratte10/lcpl-calibre-plugin
synced 2024-12-25 09:59:14 +01:00
Add bug report form
This commit is contained in:
parent
e5bb5cbdc5
commit
bf6741e9a0
2 changed files with 55 additions and 0 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
custom: https://paypal.me/Leseratte
|
54
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
54
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
name: Bug Report
|
||||
description: Report a bug with the LCPL Input plugin
|
||||
labels: ["new-report"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: Bug description
|
||||
description: What were you doing, and what didn't work?
|
||||
placeholder: |
|
||||
Please include all relevant information, such as:
|
||||
- When does the error occur? (While installing the plugin or while importing an LCPL file)
|
||||
- If the error happens during import: Is this an EPUB or a PDF book?
|
||||
- Which provider / book store is the LCPL file from?
|
||||
- Did this work in the past and randomly stopped, or did this never work / you are installing the plugin for the first time?
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating system
|
||||
description: Which OS are you running Calibre on?
|
||||
multiple: true
|
||||
options:
|
||||
- Linux
|
||||
- Windows
|
||||
- MacOS
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: calibre-version
|
||||
attributes:
|
||||
label: Which version of Calibre are you running?
|
||||
description: "Example: 5.32"
|
||||
placeholder: "5.32"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: plugin-version
|
||||
attributes:
|
||||
label: Which version of the LCPL Input plugin are you running?
|
||||
description: "Example: v0.0.3"
|
||||
placeholder: "v0.0.3"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: anything-else
|
||||
attributes:
|
||||
label: Further information
|
||||
description: Anything else you'd like to add to this bug report?
|
Loading…
Reference in a new issue