From ad7fb350ef95eb53e14306c3f46bc607cb1e2fc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 3 Oct 2025 19:48:23 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index e0eaba16..6036c5a8 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -78,6 +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. ## Examples -- 2.43.0