-
Notifications
You must be signed in to change notification settings - Fork 0
/
.git-commit-template
50 lines (44 loc) · 1.45 KB
/
.git-commit-template
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#<type>(<scope>): <subject>
[why]
[how]
[JIRA_TICKET]
# See doc/README.commit.md for more information
# <type> must be one of the following:
#
# build: Changes that affect the build system or external dependencies (example scopes: webpack, npm, grunt)
# ci: Changes to our CI configuration files and scripts (example scopes: ansible, jenkins)
# docs: Documentation only changes
# feat: A new feature
# fix: A bug fix
# patch: A patch which is used to modify all production database
# perf: A code change that improves performance
# refactor: A code change that neither fixes a bug nor adds a feature
# style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
# test: Adding missing tests or correcting existing tests
# design: Adding / Editing static page, css for design purpose
# chore: Updating grunt tasks etc; no production code change
# migration: A code change that has database migration (example subject: migration(mbl): add direct master related fields)
# <scope> should follow these rules:
#
# all lower case
# use `-` to separate words
# use `/` to show nested scope
# use `|` to show different scope
# common scopes
#
# shipment
# shipment/oi
# shipment/oe
# shipment/ai
# shipment/ae
# shipment/tk
# shipment/ms
# accounting
# accounting/invoice
# accounting/freight
# trade-partner
# importer
# security-filing
# tracking
# warehouse
# edi