-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmessage
31 lines (26 loc) · 1.22 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
# .gitmessage
# <type>[optional scope]: <description>
# ! After <type> for breaking change.
# Reference : https://www.conventionalcommits.org/en/v1.0.0/#summary
# feat: A new feature for the user or a significant enhancement
# fix: A bug fix or a correction to existing functionality
# docs: Documentation-related changes
# style: Changes that do not affect the code's functionality but improve its readability
# refactor: Changes to the codebase that neither fix a bug nor add a new feature
# test: Additions or modifications to test cases or test infrastructure
# chore: Miscellaneous or unclassified tasks
# build: Changes that affect the build system or external dependencies
# ci: Changes to the continuous integration (CI) configuration or setup
# perf: Changes that optimize performance
# revert: A commit that undoes a previous commit
# Trailers examples
# -----------------------------------------
# reviewed-by: John Doe <[email protected]>
# refs: #123
# co-authored-by: John Doe <[email protected]>
# signed-off-by: Jane Doe <[email protected]>
# tested-by: QA Team
# acked-by: Team Lead
# related-merge-request: !123
# related-issue: #555
# fixes-bug-introduced-by: <hash>