From 7021f658f01dcef44cbae435e27a89bd3b2a988f Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:59:31 +0800 Subject: [PATCH] Update and rename bug_report.md to bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.md | 40 -------------- .github/ISSUE_TEMPLATE/bug_report.yaml | 74 ++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 40 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 6647b98..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[Bug]" -labels: bug -assignees: "" ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - -- OS: [e.g. iOS] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - -**Smartphone (please complete the following information):** - -- Device: [e.g. iPhone6] -- OS: [e.g. iOS8.1] -- Browser [e.g. stock browser, safari] -- Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..0f6e733 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,74 @@ +name: Bug report +description: File a bug / issue +title: "[Bug] " +labels: + - bug + # - Needs Triage +assignees: +body: + - type: checkboxes + id: checklist + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + + - type: checkboxes + id: checklist + attributes: + label: Are you using the latest Zotero and the latest plugin? + description: Only bug reports that can be reproduced on the latest Zotero and plugin will be considered. + options: + - label: I have confirmed I'm using the latest Zotero and the latest plugin + required: true + + - type: textarea + attributes: + label: Environment + description: | + examples: + - **OS**: Windows 11 22H2 + - **Zotero Version**: 7.0.0 + - **Plugin Version**: 1.0.0 + value: | + - OS: + - Zotero Version: + - Plugin Version: + validations: + required: true + + - type: markdown + id: description + attributes: + label: Describe the bug + description: | + A clear and concise description of what the bug is. + If applicable, add screenshots and log to help explain your problem. + validations: + required: true + + - type: markdown + id: debug-output + attributes: + label: Debug Output + description: | + Steps to get debug output: + 1. Disable all other plugins, exit Zotero, and restart Zotero + 2. menu -> `Help` -> `Debug Output` -> `View Output` + 3. Do steps to reproduce the bug + 4. In the debug output window, press `Ctrl/Cmd + S` + 5. Upload the debug output here + validations: + required: true + + - type: textarea + id: additional-context + attributes: + label: Anything else? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false