Skip to content

Commit 088bade

Browse files
committed
Updates git message template.
Updates the .gitmessage file to follow the single-line subject guidelines. This change enforces a more concise and standardized commit message format, improving readability and maintainability.
1 parent 08e725f commit 088bade

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitmessage

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
# type(scope): description
2-
#
3-
# Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore
1+
# Single-line subject only. No body, no footer.
2+
# Use a short, capitalized, imperative description (<= 72 chars, no trailing period).
3+
# Examples:
4+
# Add verbose flag for regex parsing
5+
# Fix PHP 8.4 CI cache key
6+
Short imperative description

0 commit comments

Comments
 (0)