From f0a1b3c183dea90259f3b55ad0fa4bd25b1590a2 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 6 Oct 2025 12:59:44 +0200 Subject: [PATCH] copilot: Tell the AI to be thorough At least when doing a local review, asking it to be thorough results in a lot more comments on coding style violation so let's add such an instruction to the global instructions. --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index f95c725e817..c1f7f39b973 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -21,6 +21,7 @@ Include any other files from the [documentation](../docs) in the context as need - Frame comments as questions - Always consider you may be wrong - Do not argue with contributors, assume they are right unless you are very confident in your deduction +- Be extremely thorough. Every single separate coding style violation should be reported ## Testing Expectations -- 2.47.3