From c81169fc88c2e54f6b765fa926e24ec465bce42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Wed, 30 Apr 2025 21:57:11 -0500 Subject: [PATCH] chore: add issue template for bug reports (#56) --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 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..b80f831 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us provide you with appropriate assistance to your + case +title: '' +labels: bug +assignees: '' + +--- + +- [ ] I've updated the flake input to the latest version +- [ ] I've correctly set up my XDG portals + +## Describe the bug +A clear and concise description of what the bug is. + +## To Reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Screenshots +If applicable, add screenshots to help explain your problem. + +## System Information +- **OS**: (e.g. NixOS, Ubuntu, etc) +- **Zen Browser version**: (e.g. twilight, beta) +- **Desktop environment / Compositor / WM**: (e.g. KDE, GNOME, Hyprland) + +## Additional context +Add any other context about the problem here.