summaryrefslogtreecommitdiff
path: root/git-commit-template
blob: 07bc58d1ad1c8d7afea64fd78ec1bff7779170db (plain)
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
28
29
30
31
32
33
34


Signed-off-by: Lars Wirzenius <liw@liw.fi>
Sponsored-by: author
# If applied this commit will...
#
# <type>[optional scope]: <description>
#
# [optional body]
#
# [optional footer(s)]
#
# https://www.conventionalcommits.org/en/v1.0.0/
# feat: new feature
# feat!: this feature breaks something
# fix: bug fix
# fix(parse): a bug fix to the parser
# build:
# chore:
# ci:
# docs:
# style:
# refactor:
# perf:
# test:
#
# footers:
# BREAKING-CHANGE: for anything that breaks semver major version
# Closes: #id
#
# Why is it necessary? (Bug fix, feature, improvements?)
# How does the change address the issue? 
# What side effects does this change have?