From 3030f5fba33e429ecd2371d3e799dfbfd218bbe6 Mon Sep 17 00:00:00 2001 From: Luna <105922175+ImLunaHey@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:09:34 +1030 Subject: [PATCH] chore: bug report issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..a670508 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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.