From feb932533d909172d241b5f7619a9a0f48ee7d77 Mon Sep 17 00:00:00 2001 From: David <63931154+dav1312@users.noreply.github.com> Date: Sat, 27 Jun 2026 15:30:23 +0200 Subject: [PATCH] Update bug report template closes https://github.com/official-stockfish/Stockfish/pull/6926 No functional change --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index e46d2bf82..4ec294a6e 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,6 +1,12 @@ name: Report issue description: Create a report to help us fix issues with the engine body: +- type: markdown + attributes: + value: | + > [!IMPORTANT] + > Please do not open bug reports regarding the engine's choice of moves, such as the engine failing to find a particular "best" move. If you have any questions or wish to discuss engine analysis, please use our community channels, such as Discord. + - type: textarea attributes: label: Describe the issue