From: Jérôme Benoit Date: Fri, 3 Oct 2025 20:16:49 +0000 (+0200) Subject: chore: refine github copilot instructions X-Git-Tag: ocpp-server@v2.2.0~130 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0cf5454402ca789646e02b2ffa57bb78655bc81f;p=e-mobility-charging-stations-simulator.git chore: refine github copilot instructions Signed-off-by: Jérôme Benoit --- diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 6036c5a8..8e4743f7 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -78,7 +78,7 @@ These instructions guide GitHub Copilot to generate changes consistent with this - Tests pass (where applicable). - Documentation updated to reflect changes. - Logs use appropriate levels (error, warn, info, debug). -- Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) format. +- PR title and commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) format. ## Examples