From 91a0154d23407bcb4578a7a1190352ae80d2c5d3 Mon Sep 17 00:00:00 2001 From: Florian Bach Date: Wed, 25 Jan 2023 21:09:44 +0100 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a61d1a0..0c8f597 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -47,8 +47,19 @@ body: placeholder: "v0.0.16" validations: required: true + - type: dropdown + id: importtype + attributes: + label: Import type + description: If the error occurs during an ACSM file import, please choose the method you used to add the file to Calibre. If not, please leave this empty. + multiple: true + options: + - "Clicking the 'Add books' button in the menu bar" + - "Dragging-and-Dropping the ACSM file into the Calibre window" + - "Using an auto-add folder (Preferences -> Adding books -> Automatic adding)" + - "Using the Calibre web server" - 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 + description: Anything else you'd like to add to this bug report?