-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
25 lines (25 loc) · 1.1 KB
/
Copy path.gitmessage
File metadata and controls
25 lines (25 loc) · 1.1 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
# <type>(<scope>): <subject> <-- 50 chars max, imperative, no full stop
#
# Types: feat fix docs style refactor perf test build ci chore
# Scope: the area touched — desk, office, run, settings, providers,
# debate, grounding, tasks, styles, docs, ci (optional)
#
# ---- body: wrap at 72 chars ------------------------------------------
#
# WHY this change exists, and what was wrong before. The diff already
# shows what changed — the body is for the reasoning a reader can't
# recover from the code six months from now.
#
# ---- footer ----------------------------------------------------------
#
# Refs: #123 Closes: #123 BREAKING CHANGE: <what>
#
# ----------------------------------------------------------------------
# One concern per commit. If the subject needs "and" or a semicolon,
# split it. A fix and a feature never share a commit.
#
# Before committing:
# npm run check:secrets && npm run lint && npm test && npm run build
#
# Update CHANGELOG.md under [Unreleased] for anything a user would notice.
# ----------------------------------------------------------------------