From 8fe1c271bc99397dd63f8402bbcf7d40c7b0322f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 14 Nov 2020 16:35:31 +0200 Subject: feat: improve git commit template --- git-commit-template | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/git-commit-template b/git-commit-template index 5c29588..8d1d6f0 100644 --- a/git-commit-template +++ b/git-commit-template @@ -1,16 +1,16 @@ # If applied this commit will... - -[optional scope]: - -[optional body] - -[optional footer(s)] - +# +# [optional scope]: +# +# [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 -# feat!: this feature breaks something # build: # chore: # ci: @@ -23,11 +23,8 @@ # 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? -- cgit v1.2.1