]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: refine GH copilot instructions
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 11 Oct 2025 12:12:12 +0000 (14:12 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 11 Oct 2025 12:12:12 +0000 (14:12 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/copilot-instructions.md

index 21d94a83fd8f005c679d8acf67091b2f1e395af6..19cfc42e7dfe914950ef8ace52370820f5d41ad2 100644 (file)
@@ -27,7 +27,7 @@ These instructions guide GitHub Copilot to generate changes consistent with this
 - **When implementing analytical methods**:
   - Follow statistical conventions below.
 - **When refactoring**:
-  - Keep APIs stable; provide aliases if renaming.
+  - Keep public APIs stable; provide aliases if renaming unless explicitly requested.
   - Update code, tests, and documentation atomically.
 - **When documenting**:
   - Follow documentation conventions below.