From 8fa204d223a82926898f987fe674af5ad4894140 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 12 Mar 2022 20:51:04 -0800 Subject: [PATCH] github: Add issue template for bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 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 00000000..478521c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: Bug report +about: Report a bug or issue +title: '' +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. + +**Device info** +Device model: +Android version: +ROM name/version: + +**Logs** +Connect your phone to a computer and run `adb logcat > issue.log`. Attach the log file to this issue. + +**Additional context** +Add any other context about the problem here. + +**Checklist** +- [ ] All information is present +- [ ] Logs are attached +- [ ] I have tried installing and configuring [MagiskHide Props Config]https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf)