summaryrefslogtreecommitdiff
path: root/contrib/leap-commit-template
blob: 73cc6436b9ee18c16aa17979eaff45c811d720c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Bug|Feat|CI|Docs|Style|Tests|I18n|Vagrant|Lint: [style: https://github.com/m1foley/fit-commit]


# [Story about your commit.]

# Use one or more of these things:
# - Fixes|Closes #3210
# - Related: #1234

#example:
#
# Bug: fix apache systemd insanity
#
# Apache2 systemd autorestart was failing because of a gremlin that was entering
# through a wormhole. This fixes #985843 by closing the wormhole so no further
# gremlins can come through.
#
# # Use one of these things:
# [- Fixes|Closes #5234]
# [- Related: #1234]