diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ba1cd51 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: https://paypal.me/Leseratte diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..835b56d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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? \ No newline at end of file