-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
44 lines (40 loc) · 1.93 KB
/
.gitmessage
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
36
37
38
39
40
41
42
43
44
# <type>: <subject> (Max 50 char, Why is this change necessary?)
# |<---- Using a Maximum Of 50 Characters ---->|
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Explain how the commit addresses the issue
# IMPORTANT!! Describe any side effects of the change.
# Provide links or keys to any relevant tickets, articles or other resources
# Examples: "Jira issue [ABC-123]" or "Closes Github issue #123"
# --- 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)
# wip (work in progress commit to be squashed -- do not push!)**
# --------------------
# Remember to
# - Capitalize the subject line
# - Use the imperative mood in the subject line
# - Do not end the subject line with a period
# - Separate subject from body with a blank line
# - Use the body to explain what and why vs. how
# - Can use multiple lines with "-" for bullet points in body.
# --------------------
# ** wip commit type
# A wip commit should only happen on a local branch. These commits are for
# unfinished snapshots that should not be checked into a shared branch.
# These commits should be squashed before changes are merged to
# a shared branch.
# --------------------
# For more information about this template and useful commit messages, check out
# - https://gist.github.com/median-man/3a7c4324005e96f02691f3a20aeac26b
# - https://gist.github.com/adeekshith/cd4c95a064977cdc6c50
# - https://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message
# - https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
# - https://8thlight.com/blog/kevin-liddle/2012/09/27/mind-your-git-manners.html
#
#