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?