-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
20 lines (20 loc) · 769 Bytes
/
Copy path.gitmessage
File metadata and controls
20 lines (20 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# <type>(<scope>): <summary>
#
# <body>
#
# <footer>
#
# type → what kind of change? (required)
# Examples:
# feat → new feature
# fix → bug fix
# docs → documentation only changes
# style → formatting, missing semi-colons, etc (no code change)
# refactor → code change that neither fixes a bug nor adds a feature
# perf → performance improvement
# test → adding/missing tests
# chore → maintenance (build scripts, CI, etc)
# scope → what part of the project is affected? (optional, e.g. ui, auth, db)
# summary → 50 chars max, no period at the end. (required)
# body → explain why not what, wrap at 72 chars. (optional)
# footer → issues or breaking changes. (optional)