-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitmessage
More file actions
38 lines (34 loc) · 1.61 KB
/
gitmessage
File metadata and controls
38 lines (34 loc) · 1.61 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
36
37
38
# <type>: (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: Github issue #23
# --- COMMIT END ---
# Type can be
# build (Changes that affect the build system or external dependencies)
# chore (Other changes that don't modify src or test files)
# ci (Changes to our CI configuration files and scripts)
# config (A change to configuration values)
# docs (Documentation only changes)
# feat (A new feature)
# fix (A bug fix)
# perf (A code change that improves performance)
# refactor (A code change that neither fixes a bug nor ads a feature)
# revert (Reverts a previous commit)
# style (Changes that do not affect the meaning of the code (white-space, etc)
# test (Adding missing tests or correcting existing tests)
# --------------------
# 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
# --------------------
# For more information about commit types, check out
# https://www.conventionalcommits.org/en/v1.0.0/