forked from tonyganch/gonzales-pe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage.txt
More file actions
23 lines (17 loc) · 821 Bytes
/
.gitmessage.txt
File metadata and controls
23 lines (17 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Commit message format: [tag] Subject
# For a list of available tags see below.
# If this commit is applied it will...:
# Why was this change made?:
# Any references to tickets, articles, etc?:
# Available tags:
# [api] - for commits that change API
# [cli] - for commits that change CLI
# [css] - for commits that change anything in css syntax
# [docs] - for commits that change documentation
# [less] - for commits that change anything in less syntax
# [sass] - for commits that change anything in sass syntax
# [scss] - for commits that change anything in scss syntax
# [node] - for commits that change internal logic of nodes
# [refactor] - for commits that make code better without changing api
# [tests] - for commits that change test files only
# [tools] - for commits that change how dev environment works