mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
docs(contributing): Capitalise commit messages following prek formatting
This commit is contained in:
+3
-3
@@ -137,9 +137,9 @@ The allowed types for commits are:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
```
|
```
|
||||||
feat: add user authentication
|
feat: Add user authentication
|
||||||
fix(database): resolve connection pooling issue
|
fix(database): Resolve connection pooling issue
|
||||||
docs: update installation instructions
|
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.
|
The project uses the `committed` hook to validate commit messages in pre-commit. This ensures all commits follow the conventional format.
|
||||||
|
|||||||
Reference in New Issue
Block a user