From 6b42db943d0b6ee81f3e213254579c39d6466835 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 28 Dec 2020 17:03:20 -0800 Subject: [PATCH] Better bug report details --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e43c6d88a..fbcea17b5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,11 +11,13 @@ assignees: '' 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 bootloop, 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. In addition, please also upload the result of `cat /proc/mounts` when your device is working correctly **WITHOUT ROOT**. + +If you experience issues during installation, in recovery, upload the recovery logs, or in Magisk Manager, upload the install logs. Please also upload the `boot.img` or `recovery.img` that you are using for patching. 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) +If you experience other issues related to Magisk, upload `magisk.log`, and preferably also include a boot `logcat` (start dumping `logcat` when the device boots up) **DO NOT** open issues regarding root detection.