github: Add issue template for bug reports

This commit is contained in:
Danny Lin 2022-03-12 20:51:46 -08:00
parent b3893d32f3
commit 0a69b10b3c
No known key found for this signature in database
GPG Key ID: 1988FAA1797EE5AC

45
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,45 @@
---
name: Bug report
about: Report a bug or issue
title: ''
labels: bug
assignees: ''
---
<!--
Please fill out this entire template, including logs and device info.
MISSING INFORMATION MAY RESULT IN YOUR ISSUE BEING CLOSED.
-->
**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)