From 4c17f5ef18e28f5b4ed5c547e5b032d660db2d88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 7 Oct 2025 16:47:47 +0200 Subject: [PATCH] chore: refine github copilot instructions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/copilot-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 550f2332..21d94a83 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -12,7 +12,7 @@ These instructions guide GitHub Copilot to generate changes consistent with this - **Before coding**: - Perform a comprehensive inventory of the codebase. Search for and read: - README.md, CONTRIBUTING.md, and all other documentation files. - - relevant code files related to the task. + - code files related to the task. - Identify existing code architecture, design patterns, canonical defaults, naming patterns and coding styles. - **When coding**: - Follow the core principles, TypeScript/Node.js and OCPP-specific conventions below. @@ -22,13 +22,13 @@ These instructions guide GitHub Copilot to generate changes consistent with this - Ensure changes pass quality gates below. - **When adding a tunable**: - Add to canonical defaults with safe value. - - Ensure options and configuration section below is respected. + - Ensure the options and configuration section below is respected. - Update documentation and serialization. - **When implementing analytical methods**: - Follow statistical conventions below. - **When refactoring**: - Keep APIs stable; provide aliases if renaming. - - Update code, tests, and documentations atomically. + - Update code, tests, and documentation atomically. - **When documenting**: - Follow documentation conventions below. -- 2.43.0