From ddab0da207525b521b23d898275e5cec59166eb5 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 20 Feb 2026 11:00:34 -0500 Subject: [PATCH] docs: update commit message format in CONTRIBUTING.md Signed-off-by: Deluan --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2631f597..71c13b497 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Before submitting a pull request, ensure that you go through the following: ### Commit Conventions Each commit message must adhere to the following format: ``` -(scope): - +(scope): [optional body] ```