Skip to content

Commit c2f92e9

Browse files
authored
Add bug report template
1 parent 12f81fc commit c2f92e9

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: 'Issue: bug report'
3+
about: Report a bug found in QuickADB
4+
title: "[BUG] [QuickADB_VERSION] [BUG_DESCRIPTION]"
5+
labels: ''
6+
assignees: codefl0w
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
etc.
18+
19+
**Expected behavior**
20+
How the tool normally should've responded.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem. Most of the time, logs are enough.
24+
25+
**About your environment**
26+
- Platform: [Windows (Version), Linux (Distro), macOS (Version)] *(e.g. Windows 11 or Linux Mint)*
27+
- Device: [{OEM} {MODEL}, {Android Version}] *(e.g. Xiaomi Redmi 5A, Android 9)*
28+
- QuickADB Version [VX.X.X] *(e.g. V4.1.0)*
29+
30+
**Logs, if available:**
31+
32+
Insert logs here in a codebox
33+
34+
**Additional context**
35+
Add any other context about the problem here.

0 commit comments

Comments
 (0)