From 7fcced66be04608727a6db204895fa38d7483f07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 3 Oct 2025 22:09:58 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 52d554e..00f655d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -66,7 +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). -- PR tile and commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) format. +- PR title and commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) format. ## Examples -- 2.43.0