-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.git-commit-template
More file actions
24 lines (19 loc) · 860 Bytes
/
.git-commit-template
File metadata and controls
24 lines (19 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# Example: FP#12345, Github issue #10
# --- COMMIT END ---
# Remember to
# Separate subject from body with a blank line
# Limit the subject line to 50 characters
# Capitalize the subject line
# Do not end the subject line with a period
# Use the imperative mood in the subject line
# Wrap the body at 72 characters
# Use the body to explain what and why vs. how
# Can use multiple lines with "-" for bullet points in body
# --------------------
# Based on the template:
# https://gist.github.com/adeekshith/cd4c95a064977cdc6c50