summaryrefslogtreecommitdiff
path: root/git-commit-template
blob: 5c295885fa29e210b54c3bd89ac118e72b748704 (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
# 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
# fix: bug fix
# fix(parse): a bug fix to the parser
# feat!: this feature breaks something
# 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?