Skip to content

Commit

Permalink
github: Add issue template for bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Mar 13, 2022
1 parent b3893d3 commit 8fa204d
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 8fa204d

Please sign in to comment.