Skip to content

Commit 3030f5f

Browse files
authored
chore: bug report issue template
1 parent d5eec33 commit 3030f5f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug to help improve Akari
4+
title: "[Bug]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
Provide a clear and concise description of the bug.
12+
13+
### Steps to Reproduce
14+
List the steps to reproduce the issue:
15+
1. Go to '...'
16+
2. Click on '...'
17+
3. Observe the issue.
18+
19+
### Expected Behavior
20+
What did you expect to happen?
21+
22+
### Screenshots/Video
23+
Include images or videos (with text explanation) to help reproduce the issue, if possible.
24+
25+
### Environment
26+
- **Browser**: [e.g., Chrome, Firefox]
27+
- **Akari Version**: [Find it on the settings page]
28+
- **Installed as PWA?**: [Yes/No]
29+
30+
### Severity
31+
Select the severity level:
32+
- [ ] Breaking (causes the app or feature to become unusable)
33+
- [ ] Non-breaking (affects functionality but has a workaround)
34+
- [ ] Cosmetic (visual or layout issue)
35+
36+
### Additional Context
37+
Add any other context about the problem here.

0 commit comments

Comments
 (0)