-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
16 lines (14 loc) · 562 Bytes
/
.gitmessage
File metadata and controls
16 lines (14 loc) · 562 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Every commit in this project should follow https://www.conventionalcommits.org/en/v1.0.0/
# >>> Otherwise, you may be requested to rewrite your commit.
# <type>[optional scope]: <description>
# | | |
# | | +-> Summary in present tense
# | |
# | +-> Refers to story/card/issue #
# |
# +-> Type: feat|chore|fix|refactor|ci|test
#
# Commit subject line should not exceed 50 characters.
# Remainder of gitmessage should wrap at 72 characters.
# [optional body]
# Read docs/CONTRIBUTING.md for more details