From 41541d3bf268bee84fe46c0c6a90411fe1ae5be5 Mon Sep 17 00:00:00 2001 From: Gurran <42462633+Gurran@users.noreply.github.com> Date: Mon, 10 Jun 2019 11:00:19 +0200 Subject: [PATCH] style: clean up styling --- commit-msg | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/commit-msg b/commit-msg index 2490485..ca4b4de 100755 --- a/commit-msg +++ b/commit-msg @@ -1,17 +1,27 @@ -# [Subject] If applied, this commit will.. - -# Use one of the following prefixes: -# build, ci, docs, feat, fix, perf, refactor, style, test -# Do not use a sentence-ending period. - -# ^^ Leave This Line Empty ^^ -# [Body] Why was this neccesary. (Optional) +# : +# [Subject] (If applied, this commit will...) +# |<---- Use a Maximum Of 50 Characters ---->| + +# ↓↓ Leave this line empty ↓↓ +# ↑↑ Leave this line empty ↑↑ +# [Body] (Why was this neccesary? Explain) (Optional) +# |<---- Limit Each Line to a Maximum Of 72 Characters ---->| # [Footer] Work Item Number (Optional) +# Reference Azure Items by AB# ('Fixes AB#' sets items to done) -# Example Commit Message: +# --- COMMIT END --- +# Type can be: +# feat (new feature) +# fix (bug fix) +# refactor (refactoring production code) +# style (formatting, missing semi colons, etc; no code change) +# docs (changes to documentation) +# test (adding or refactoring tests; no production code change) +# chore (updating grunt tasks etc; no production code change) # +# Example Commit Message: ########################################################################## # # # fix: derezz the master control program # @@ -20,6 +30,6 @@ # This commit throws Tron's disc into MCP (causing its deresolution) # # and turns it back into a chess game. # # # -# Fixes #142 # +# Fixes AB#142 # # # ##########################################################################