Skip to content

Commit 3351f91

Browse files
committed
Adds commit message template
Adds a `.gitmessage` file to provide a template for commit messages, promoting consistency and adherence to conventional commits. This template includes guidelines for the commit message format, types, and examples.
1 parent bdc63c3 commit 3351f91

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.gitmessage

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Commit Message Template
2-
# Format: type(scope): description
1+
# type(scope): description
32
#
4-
# Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore
5-
#
6-
# Example: feat(parser): add support for possessive quantifiers
7-
# Please write a short, imperative tense description of the change.
3+
# Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore

0 commit comments

Comments
 (0)