From 6d88d8ad9563b3c07811a1a2fa1e5d550aa3ae03 Mon Sep 17 00:00:00 2001 From: John Wu Date: Mon, 28 Dec 2020 16:26:10 -0800 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..e43c6d88a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## READ BEFORE OPENING ISSUES + +All bug reports require you to **USE CANARY BUILDS**. Please include the version name and version code in the bug report. + +If you experience a bootloop, please attach a dmesg (kernel logs) when the device refuse to boot. This may very likely require a custom kernel on some devices as `last_kmsg` or `pstore ramoops` are usually not enabled by default. + +If you experience a crash of Magisk Manager, dump the full `logcat` **when the crash happens**. **DO NOT** upload `magisk.log`. + +If you experience other issues related to Magisk, upload `magisk.log`, and preferably also include a boot `logcat` (`logcat` starting when the device boots up) + +**DO NOT** open issues regarding root detection. + +**DO NOT** ask for instructions. + +**DO NOT** report issues if you have any modules installed. + +Without following the rules above, your issue will be closed without explanation.