-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
27 lines (25 loc) · 1.24 KB
/
Copy path.gitmessage
File metadata and controls
27 lines (25 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# <type>(<scope>): <short summary> (≤ 72 chars)
# <body — what changed and why, wrap at 72 chars>
# <footer>
# - BREAKING CHANGE: <description> (if applicable)
# - Closes #<issue>
#
# ─────────────────────────────────────────────────────────────────────────────
# Types (Conventional Commits 1.0.0):
# feat new user-facing feature (minor version bump)
# fix user-facing bug fix (patch version bump)
# docs documentation changes
# refactor code change that neither fixes a bug nor adds a feature
# perf performance improvement
# test test additions or corrections
# build build system / external dependencies
# ci CI config / scripts
# chore housekeeping (no production code change)
# style cosmetic changes (formatting, whitespace)
# revert reverts a previous commit
#
# Scope: lowercase area/module, e.g. feat(auth): …
# Breaking change: append `!` after type OR add `BREAKING CHANGE:` footer.
# Internal docs (not for release notes): use `docs(internal): …`.
#
# CrossHook • generated by the init workflow