-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmessage
More file actions
40 lines (31 loc) · 2.32 KB
/
.gitmessage
File metadata and controls
40 lines (31 loc) · 2.32 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
39
40
# ====================================== Template =======================================
# <type>[(scope)][!]: <summary> (maximum 50 characters)
# [body]: Explain WHY you are making this change, not HOW. (wrap lines at 72 characters)
# [footer]
# Signed-off-by: <name> (<email address>)
# Reviewed-by: <name> (@<GitHub username>)
# References/Fixes: #<GitHub issue number>
# =======================================================================================
# =================================== Commit Message ====================================
# =======================================================================================
# ==================================== Specification ====================================
# https://conventionalcommits.org - <required field> - [optional field]
# Remember to:
# - not capitalize the subject line, nor end it with a period;
# - separate subject, body, footer, and paragraphs with a blank line;
# - start multi-line bullet points with 2 whitespaces followed by "-";
# - use the imperative, present tense (e.g., "fix" not "fixed" nor "fixes").
# | Type | Description |
# | ----------- | --------------------------------------------------------------------- |
# | fix | Correction of bugs or issues |
# | feat | Introduction of a new feature |
# | revert | Reversion to a previous commit |
# | docs | Changes or additions to the documentation |
# | ci | Changes to CI configuration files or scripts |
# | style | Code style changes that don't affect functionality |
# | chore | Minor maintenance activities — no production code change |
# | refactor | Code revisions and improvements — no production code change |
# | test | Addition or refactoring of tests — no production code change |
# | build | Changes that affect the build system or external dependencies |
# | perf | Optimizations that improve the performance of production code |
# =======================================================================================