Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 285b74a

Browse files
authored
add a bug report template
1 parent c2f8c02 commit 285b74a

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
# Description
11+
<!-- Short description of the issue -->
12+
13+
14+
## Expected Behavior
15+
<!-- What should be happening -->
16+
17+
18+
## Actual Behavior
19+
<!-- What is actually happening -->
20+
21+
22+
## Steps To Reproduce
23+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
24+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
25+
1.
26+
2.
27+
3.
28+
4.
29+
5.
30+
31+
## Your Environment
32+
<!-- On your Android device, go to: -->
33+
<!-- Settings App -> -->
34+
<!-- System -> -->
35+
<!-- About Phone -->
36+
- Device Brand: <!-- ex: Google Pixel 3 XL -->
37+
- Device Model Number: <!-- ex: G013C -->
38+
- Android Version: <!-- ex: Android 10.0 -->
39+
- Operating System: <!-- ex: GrapheneOS -->
40+
41+
<!-- In your launcher or home screen: -->
42+
<!-- Long Press the App -> -->
43+
<!-- Click AppInfo -> -->
44+
<!-- Scroll to bottom for version -->
45+
- App Version: <!-- ex: v1.2.2 -->

0 commit comments

Comments
 (0)