aboutsummaryrefslogtreecommitdiff
path: root/base/gitmessage
blob: f948470505d0141072b94e175453427e42f32103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[type] Subject line...

# Commit Types:
# - fix      A bug fix
# - feat     A new feature
# - docs     Changes in documentation
# - style    Everything related to styling
# - revert   Rolling back changes made in previous commits
# - refactor Code changes that neither fix a bug nor add a feature
# - test     Everything related to testing
# - chore    Updating build tasks, package manager configs, etc.
# - [...]!   Breaking change
#