From 774efc376834e0fa6b435a9ff21749e50b9dc444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Sat, 4 Apr 2026 02:39:38 +0200 Subject: [PATCH] Enhance instructions on acknowledging good patterns Expanded the guideline on acknowledging good patterns to include summarizing good practices as part of reviews. --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 75abd27e..72a6d0f9 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -66,7 +66,7 @@ Main development branch: `mdev` - **Repository language is English.** Suggest translations for non-English content. - **Use VS Code with PlatformIO extension** for best development experience. - **When unsure, say so.** Gather more information rather than guessing. -- **Acknowledge good patterns** when you see them. +- **Acknowledge good patterns** when you see them. Summarize good practices as part of your review - positive feedback always helps. - **Provide references** when making analyses or recommendations. Base them on the correct branch or PR. - **Look for user-visible "breaking" changes**. Ask for confirmation that these were made intentionally. - **C++ formatting available**: `clang-format` is installed but not in CI