diff options
author | kwadronaut <kwadronaut@leap.se> | 2017-07-11 21:29:55 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2017-07-11 21:37:25 +0200 |
commit | 9365cd2c8cdf70ea24b382cd547fb94f8d403b2f (patch) | |
tree | 521e6ce34f538f3dbc8d7aed8be1cb7b2723f750 /contrib/leap-commit-template | |
parent | ff3878a70235206d182116c74c4ac7b3cc1a478f (diff) |
Style: updates a git commit template
A nice readable git history is always appreciated. By nudging people in
using our template, we hope to achieve that. Through the inclusion of a
CONTRIBUTING.md we hope to make that easier.
- Fixes #8845
Diffstat (limited to 'contrib/leap-commit-template')
-rw-r--r-- | contrib/leap-commit-template | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/leap-commit-template b/contrib/leap-commit-template new file mode 100644 index 00000000..afc56b2b --- /dev/null +++ b/contrib/leap-commit-template @@ -0,0 +1,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 #2314432 +# and it was caused by a gremlin that was entering through a wormhole +# caused by #985843, so this commit resolves this wormhole +# +# # Use one of these things: +# [- Fixes|Closes #5234] +# [- Related: #1234] |