diff options
author | energ0n <78747128+energ0n@users.noreply.github.com> | 2022-11-08 17:23:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 17:23:13 +0100 |
commit | de6ed44c71e10f67bc8d320bc00a3eacf045a9e6 (patch) | |
tree | 43e162aa0300ef4859ab9e2c717cee595d935b0a | |
parent | Update styles.xml (diff) | |
download | xManager-de6ed44c71e10f67bc8d320bc00a3eacf045a9e6.tar xManager-de6ed44c71e10f67bc8d320bc00a3eacf045a9e6.tar.gz xManager-de6ed44c71e10f67bc8d320bc00a3eacf045a9e6.tar.bz2 xManager-de6ed44c71e10f67bc8d320bc00a3eacf045a9e6.tar.lz xManager-de6ed44c71e10f67bc8d320bc00a3eacf045a9e6.tar.xz xManager-de6ed44c71e10f67bc8d320bc00a3eacf045a9e6.tar.zst xManager-de6ed44c71e10f67bc8d320bc00a3eacf045a9e6.zip |
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 61 |
1 files changed, 61 insertions, 0 deletions
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 <a href="https://github.com/xManager-v2/xManager-Spotify/blob/main/readme.md">README</a>. Also check the open and closed <a href="https://github.com/xManager-v2/xManager-Spotify/issues">issue</a> 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. <kbd>Pixel 7 Pro</kbd> + - Android Version: e.g. <kbd>Android 13</kbd> + - ROM Version: e.g. <kbd>stock</kbd> + - If using unmodified device, list as `stock`. If using a custom ROM, list ROM used, e.g. `LineageOS 20` + - xManager Version: e.g. <kbd>4.1</kbd> + - Open xManager, in the bottom section, click <kbd>About ℹ</kbd> + - 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 |