-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmessage
More file actions
23 lines (22 loc) · 957 Bytes
/
Copy path.gitmessage
File metadata and controls
23 lines (22 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# COMMIT CONVENTIONS: ^ ^
# max: 50 max: 72
# TITLE:
# Max 50 chars → imperative, starts with a capital, no period
#
# BODY:
# Optional. Explain WHAT and WHY (not HOW). Wrap at 72 chars max.
#
# TYPE:
# feat: new feature (and its tests)
# fix: bug fix
# chore: misc tasks that don't modify src or test files
# docs: add or update documentation
# refactor: internal code change (no bug/feature)
# test: add or update tests
# style: code formatting (indentation, spacing)
# ui: visual/styling changes (CSS, layout, colors)
# build: tooling, build system, deps
# ci: CI/CD pipeline changes
# perf: performance improvement
# wip: temporary work in progress (should be rebased)
# revert: undo a commit