Skip to content

Commit

Permalink
style: clean up styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurran authored Jun 10, 2019
1 parent 72d6f9a commit 41541d3
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions commit-msg
Original file line number Diff line number Diff line change
@@ -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)
# <type>: <subject>
# [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#<id> ('Fixes AB#<id>' 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 #
Expand All @@ -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 #
# #
##########################################################################

0 comments on commit 41541d3

Please sign in to comment.