From 277f85f0b094c73f9fee3e5781975ffdcb831fe9 Mon Sep 17 00:00:00 2001 From: stratself Date: Wed, 6 May 2026 10:23:54 +0000 Subject: [PATCH] docs(contributing): Capitalise commit messages following prek formatting --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f37519dc..c22fffbd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -137,9 +137,9 @@ The allowed types for commits are: Examples: ``` -feat: add user authentication -fix(database): resolve connection pooling issue -docs: update installation instructions +feat: Add user authentication +fix(database): Resolve connection pooling issue +docs: Update installation instructions ``` The project uses the `committed` hook to validate commit messages in pre-commit. This ensures all commits follow the conventional format.