From: Jérôme Benoit Date: Fri, 3 Oct 2025 17:47:03 +0000 (+0200) Subject: chore: refine github copilot instructions X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a2f6043b6528d7157c11ce3c7918ad106ed549fb;p=freqai-strategies.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 43918b4..664d21a 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -66,6 +66,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. ## Examples