From 10805f17631d0db45a52118832edaff7b1572fb0 Mon Sep 17 00:00:00 2001 From: Charles Gagnon <33044886+charlesg99@users.noreply.github.com> Date: Sat, 23 May 2020 09:14:11 -0400 Subject: [PATCH] Add things to do first to the bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c2dfe62..64419cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,11 @@ assignees: '' --- +**Things to do first** +- Confirm that the problem persists when Dash-to-Panel is the only enabled extension. To do so, disable every other extension, then restart gnome-shell by running the `r` command from the prompt that appears when pressing Alt+F2 on an X.org session, or by logging out/in on a Wayland session. +- Look for Dash-to-Panel errors in your log. To do so, run the `journalctl /usr/bin/gnome-shell -f -o cat &` command and reproduce the problem. +- Search existing opened and closed issues to see if the problem has already been reported. + **Describe the bug** A clear and concise description of what the problem is, any steps to reproduce, and what you expected to happen instead.