-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug to help improve Akari | ||
title: "[Bug]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Description | ||
Provide a clear and concise description of the bug. | ||
|
||
### Steps to Reproduce | ||
List the steps to reproduce the issue: | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Observe the issue. | ||
|
||
### Expected Behavior | ||
What did you expect to happen? | ||
|
||
### Screenshots/Video | ||
Include images or videos (with text explanation) to help reproduce the issue, if possible. | ||
|
||
### Environment | ||
- **Browser**: [e.g., Chrome, Firefox] | ||
- **Akari Version**: [Find it on the settings page] | ||
- **Installed as PWA?**: [Yes/No] | ||
|
||
### Severity | ||
Select the severity level: | ||
- [ ] Breaking (causes the app or feature to become unusable) | ||
- [ ] Non-breaking (affects functionality but has a workaround) | ||
- [ ] Cosmetic (visual or layout issue) | ||
|
||
### Additional Context | ||
Add any other context about the problem here. |