Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 25f0adc

Browse files
authored
Merge pull request #2304 from AlexandreMarkus/feature/addIssueTemplate
Create issue reporting template
2 parents 4817fff + 845ff3a commit 25f0adc

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: 🐞 Bug
3+
about: File a bug/issue
4+
title: '<title>'
5+
labels: Bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Note: Please search to see if an issue already exists for the bug you encountered.
12+
-->
13+
14+
### Current Behavior:
15+
<!-- A concise description of what you're experiencing. -->
16+
17+
### Describe the bug
18+
<!-- A clear and concise description of what the bug is. -->
19+
20+
### To Reproduce
21+
<!-- Steps to reproduce the behavior: -->
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. Scroll down to '....'
25+
4. See error
26+
27+
### Expected behavior
28+
<!-- A clear and concise description of what you expected to happen. -->
29+
30+
### Photos
31+
<!-- If applicable, add photos to help explain your problem. -->
32+
33+
### Smartphone (please complete the following information):
34+
- Device: [e.g. Pixel6]
35+
- Build Flavor: [e.g. system-squeak-arm64-ab-vndklite-gapps-secure.img.xz]
36+
- Version [e.g. V412]
37+
38+
### Additional context
39+
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)