-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
24 lines (24 loc) · 1008 Bytes
/
.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
# <type>[optional scope]: <description>
#
# [optional body]
#
# [optional footer(s)]
#
# build | change | chore | ci | deprecate | docs | feat | fix
# perf | refactor | remove | revert | security | style | test
#
# build: build system or external dependencies of the product
# change: changes the implementation of an existing feature
# chore: technical or preventative maint not tied to a specific feature
# ci: changes to CI/CD scripts or config files
# deprecate: deprecates existing functionality, but does not remove it
# docs: adds, updates, or revises documentation
# feat: implements a new feature
# fix: fixes a defect
# perf: improves the performance, does not change an existing feature
# refactor: refactors existing code, does not alter existing behavior
# remove: removes a feature from the product
# revert: reverts one or more commits
# security: improves the security of the product
# style: updates or reformats the style of the source code
# test: changes the suite of automated tests