-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
21 lines (17 loc) · 999 Bytes
/
.gitmessage
File metadata and controls
21 lines (17 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<type>(<scope>): <summary>
<Describe the motivation behind this change - explain WHY you are making this change. Wrap all lines
at 100 characters.>
Fixes #<issue number>
# ────────────────────────────────────────── 100 chars ────────────────────────────────────────────┤
# Commit Message Header
# ---------------------
#
# <type>(<scope>): <short summary>
# │ │ │
# │ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
# │ │
# │ └─⫸ Commit Scope: comma-separated list of packages of this monorepo, and/or root|scripts
# │
# └─⫸ Commit Type: build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test
# feat: triggers a MINOR release
# fix: triggers a PATCH release