From: Daan De Meyer Date: Mon, 6 Oct 2025 10:59:44 +0000 (+0200) Subject: copilot: Tell the AI to be thorough X-Git-Tag: v259-rc1~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a1b3c183dea90259f3b55ad0fa4bd25b1590a2;p=thirdparty%2Fsystemd.git 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. --- 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