-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy path.gitmessage
More file actions
21 lines (16 loc) · 586 Bytes
/
.gitmessage
File metadata and controls
21 lines (16 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 50-character subject line:
# - <type>[(optional scope)]: <subject>
#
# 72-character wrapped longer description. This should answer:
# - Why was this change necessary?
# - How does it address the problem?
# - Are there any side effects?
# type
# fix, feat, docs, style, refactor, perf, test, build, ci, chore, revert, wip
# optional scope
# init, security, deps, config, i18n, ...
# --------------------
# Conventional Commits
# A specification for adding human and machine readable meaning to commit messages
# Ref: https://www.conventionalcommits.org
# --------------------