From de6ed44c71e10f67bc8d320bc00a3eacf045a9e6 Mon Sep 17 00:00:00 2001 From: energ0n <78747128+energ0n@users.noreply.github.com> Date: Tue, 8 Nov 2022 11:23:13 -0500 Subject: Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 61 +++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..0c02a11 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,61 @@ +name: ❌ Bug report +description: Report errors or unexpected behavior +labels: ❌ bug +body: +- type: checkboxes + attributes: + label: 🧐 Have you fully read the README and viewed similar issues? + description: Please read the README. Also check the open and closed issue because your issue may have already been fixed. + options: + - label: I have read the README + required: true + - label: I have checked older issues, open and closed + required: true + - label: I did a clean install of xManager + required: true + - label: This is an xManager issue -- NOT a Spotify issue + required: true +- type: markdown + attributes: + value: "###" +- type: textarea + attributes: + label: ℹ Information + description: | + - Device Model: e.g. Pixel 7 Pro + - Android Version: e.g. Android 13 + - ROM Version: e.g. stock + - If using unmodified device, list as `stock`. If using a custom ROM, list ROM used, e.g. `LineageOS 20` + - xManager Version: e.g. 4.1 + - Open xManager, in the bottom section, click About ℹ + - Report version # at top of screen + placeholder: | + - Device Model: + - Android Version: + - ROM Version: + - xManager Version: + value: | + - Device Model: + - Android Version: + - ROM Version: + - xManager Version: + render: markdown + validations: + required: true +- type: textarea + attributes: + label: 📝 Description + description: List steps to reproduce the error and details on what happens and what you expected to happen. + value: | + 1. + 2. + 3. + ... + validations: + required: true +- type: textarea + attributes: + label: 📸 Screenshots + description: Place any screenshots of the issue here if needed + validations: + required: false -- cgit v1.2.3