From b6744f144753a162d82ad60afebd573d0a96b572 Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Thu, 10 Aug 2023 09:05:03 -0400 Subject: [PATCH] Emphasize checking for duplicate existing issues in the bug report form. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 2a4da500ad..37272f8920 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -4,8 +4,10 @@ body: - type: markdown attributes: value: | - ### STOP! Before continuing: - - Please try searching for [existing reports](https://github.com/linuxmint/cinnamon/issues?q=is%3Aissue+state%3Aall) that may match the behavior you're seeing. *If you find one, add to that issue, instead of opening a new one*. Include any relevant details that may differ from the original author's. + ## STOP! Before continuing: + ### Please try searching for [existing reports](https://github.com/linuxmint/cinnamon/issues?q=is%3Aissue+state%3Aall) that may match the behavior you're seeing. *If you find one, add to that issue instead of opening a new one*. Include any relevant details that may differ from the original author's. + _______ + ### Other troubleshooting suggestions: - If this is related to Cinnamon, sometimes third-party xlets (applets, desklets and extensions) can cause erroneous or unexpected behavior. Try disabling these first to see if the behavior goes away. After disabling, be sure to restart Cinnamon before continuing. Right-click an empty portion of the panel, select Troubleshooting, then 'Restart Cinnamon'. Alternately, you can open the run dialog - Alt-F2, type 'r' or 'restart', and enter. - Check your logs - there may be some obvious cause for your trouble - in Linux Mint you can check ~/.xsession-errors (a hidden file in your Home folder). - If this is a *crash*, provide information about it if possible (CoreDump file, stack trace, etc...). In Linux Mint you can check the System Reports program.