-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmessage
16 lines (15 loc) · 853 Bytes
/
.gitmessage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pref():
###################################################
######################################################################
# | Prefix | Description |
# | --------- | ----------------------------------------- |
# | chore | Initial setup or environmental tasks |
# | feat | Basic feature implementation |
# | test | Initial tests for the feature |
# | feat | Extensions or improvements to the feature |
# | fix | Bug fixes related to the feature |
# | docs | Documentation updates |
# | style | Styling improvements |
# | refactor | Code refactoring |
# | test | Final tests and validations |
# | chore | Final cleanup before pull request |