-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmessage
52 lines (49 loc) · 2.4 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
45
46
47
48
49
50
51
52
# <emoji>?<type>(<scope>): (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
# 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)
# perf (improvements in performance)
# chore (mundane tasks; no production code change)
# build (changes in build system or external dependencies)
# ci (changes in CI configuration files and scripts)
# --------------------
# Scope should be the affected module in the system
# --------------------
# Emoji can be
# :sparkles: (introduce new features)
# :bug: (fix a bug)
# :art: (improve structure / format of the code)
# :recycle: (refactor code)
# :lipstick: (add or update the UI and style files)
# :memo: (add or update documentation)
# :white_check_mark: (add or update tests)
# :zap: (improve performance)
# :page_facing_up: (chores / mundane tasks)
# :construction_worker: (add or update CI / build system)
# :poop: (write bad code that needs to be improved)
# :tada: (initial commit / begin a project)
# :rocket: (deployment)
# :bookmark: (release / version tags)
# :green_heart: (fix CI build)
# :rewind: (revert changes)
# :clown_face: (mock things)
# :twisted_rightwards_arrows: (merge branches)
# --------------------
# 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
# --------------------