From a34e4d6adc0166bc7b1d8559fe500e4c4e8b21ff Mon Sep 17 00:00:00 2001 From: scorpion-26 <58082714+scorpion-26@users.noreply.github.com> Date: Mon, 30 Jan 2023 08:41:47 +0100 Subject: [PATCH] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 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..69512ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Found an issue with gBar? +title: '' +labels: bug +assignees: '' + +--- + +*Please fill out this form and delete the defaults(everything not in bold font), so I can help you better* +**Describe the bug** +What doesn't work? Please be as precise as possible. +e.g.: gBar crashes on hovering + +**Steps to Reproduce** +What did you do, that triggered the issue? +e.g.: +1. Open the bar +2. Hover over item +3. gBar crashes + +**Expected behavior** +What do you expect should happen? +e.g.: gBar shouldn't crash, but stay open + +**Screenshots/Error logs** +Please include as much information about the crash as possible. +If it is a visual glitch, please include a screenshot/video. +If it is a crash, please include the logs. + +**Information about your system and gBar** + - OS: [e.g. Arch, Ubuntu, ...] + - Desktop environment [e.g. Hyprland, Sway, ...] + - commit sha256 if possible [e.g. 16e7d8aa50ddebeffb2509d7c0428b38cad565f8]