forked from sencha/AppInspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
27 lines (22 loc) · 709 Bytes
/
.gitmessage
File metadata and controls
27 lines (22 loc) · 709 Bytes
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
<type>(<scope>): <subject>
# *** <type>
# feat new feature
# fix bug fix
# test adding tests
# refactor other code change that neither fixes a bug or adds a feature
# style white-space, formatting, missing semi-colons, etc.
#
# *** <scope>
# <type> feat if a feature request number is available, provide it here, e.g. #23
# <type> fix scope should be the issue number, e.g. #42
# <type> test Ext namespace, e.g. AI.util.Store.getRecords (put Ext JS/Sencha Touch version in the subject)
# <type> refactor -none-
# other e.g. grunttask, Ext namespace
#
# *** <subject>
# short description
#
<body>
# *** <body>
# long description
#