From 48c0f4814d7f7019f91c7d2f48ed1b01a2c24f1e Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Wed, 1 Nov 2023 17:40:15 +0100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 69512ec..658439b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,24 +9,30 @@ 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 +e.g.: "gBar crashes on hovering the RAM sensor module. No other modules are affected." **Steps to Reproduce** + What did you do, that triggered the issue? e.g.: 1. Open the bar -2. Hover over item +2. Hover over the RAM sensor module 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. + +Please include as much information about the crash/bug as possible. + - If it is a visual glitch, please include a screenshot/video as well as any modifications to the css (if any). + - If it is a *crash* (e.g. ```Segmentation fault (Core dumped)``` in the console), please include the log (```/tmp/gBar-.log``` or from the console) and a crash stack trace. They can e.g. be found via journalctl (```journalctl --boot=0 --reverse```) if systemd-coredump is used. + - If it is an *assert failed* (Last line in the log reads ```[Exiting due to assert failed]```) please include the log (```/tmp/gBar-.log``` or from the console). + - The config (```~/.config/gBar/config```) used is always valuable to diagnose an issue, so please include it. **Information about your system and gBar** - OS: [e.g. Arch, Ubuntu, ...]