-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit-msg
More file actions
executable file
·35 lines (31 loc) · 1.62 KB
/
commit-msg
File metadata and controls
executable file
·35 lines (31 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# <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 #<id> ('Fixes #<id>' sets items to done)
# --- 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 #
# #
# MCP turned out to be evil and had become intent on world domination. #
# This commit throws Tron's disc into MCP (causing its deresolution) #
# and turns it back into a chess game. #
# #
# Fixes #142 #
# #
##########################################################################