-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.git-commit-template
More file actions
23 lines (22 loc) · 1 KB
/
Copy path.git-commit-template
File metadata and controls
23 lines (22 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# <type>: <commit-message> --(max 50 chars)----->|
# <commit description> --(max 72 chars)------------------------------->|
# --- COMMIT END ---
# Conventional commits (https://www.conventionalcommits.org/en/v1.0.0/#summary)
# feat (new feature)
# fix (bug fix)
# refactor (refactoring production code)
# style (formatting, missing semi colons, etc; no code change)
# doc (changes to documentation)
# test (adding or refactoring tests; no production code change)
# chore (updating grunt tasks etc; no production code change)
# --------------------
# 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
# --------------------
# For more information about this template, check out
# https://gist.github.com/adeekshith/cd4c95a064977cdc6c50