From 9365cd2c8cdf70ea24b382cd547fb94f8d403b2f Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 11 Jul 2017 21:29:55 +0200 Subject: 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 --- contrib/leap-commit-template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 contrib/leap-commit-template (limited to 'contrib/leap-commit-template') 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] -- cgit v1.2.3 From 7dedd106737effd6c1ba849983e01c0b2866e7f2 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 25 Jul 2017 16:01:37 -0700 Subject: Style: remove tabs, fix language to fit template The example had many tabs causing my eyes to bleed. It also didn't use the template properly to fix an issue. --- contrib/leap-commit-template | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'contrib/leap-commit-template') diff --git a/contrib/leap-commit-template b/contrib/leap-commit-template index afc56b2b..73cc6436 100644 --- a/contrib/leap-commit-template +++ b/contrib/leap-commit-template @@ -8,13 +8,13 @@ # - 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] +# +# 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] -- cgit v1.2.3