From 5f26ebc2d5d9b1ba344cef9ac3a8d5d58e1663d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Sat, 17 Jan 2026 22:09:56 -0500 Subject: [PATCH] ci: improve bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b80f831..7f1f8da 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,36 +1,46 @@ --- name: Bug report -about: Create a report to help us provide you with appropriate assistance to your - case +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 +- [ ] I've updated the flake input to the latest version (seriously, you should try it) +- [ ] XDG portals properly configured +- [ ] I already searched the [zen-browser](https://github.com/zen-browser/desktop/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen)'s github issues ## 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) + +- **OS**: (e.g. NixOS, Ubuntu, MacOS, etc) - **Zen Browser version**: (e.g. twilight, beta) -- **Desktop environment / Compositor / WM**: (e.g. KDE, GNOME, Hyprland) +- **Desktop / Compositor / WM**: (e.g. KDE, GNOME, Hyprland, Niri) +- **NixOS config**: (link) ## Additional context + Add any other context about the problem here. + + \ No newline at end of file