-
Notifications
You must be signed in to change notification settings - Fork 2
/
.koumurc.toml
45 lines (31 loc) · 1.24 KB
/
.koumurc.toml
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
mergeKind = ":twisted_rightwards_arrows:"
maxCommitLength = 72
# Leave the following commented to disable scopes
# [scopes]
# meta = "Anything about the project"
# docs = "Documentation"
[kinds]
":sparkles:" = "implement a new feature"
":zap:" = "update existing feature"
":recycle:" = "refactor code"
":racehorse:" = "improve performance"
":wastebasket:" = "deprecate code that needs to be cleaned up"
":bug:" = "fix a bug"
":rotating_light:" = "critical hotfix"
":warning:" = "fix compiler / linter warnings"
":books:" = "add or update documentation"
":bulb:" = "add or update comments in source code"
":loud_sound:" = "add or update logs"
":mute:" = "remove logs"
":floppy_disk:" = "update ressources"
":lipstick:" = "add or update the ui and style files"
":file_cabinet:" = "perform database related changes"
":white_check_mark:" = "add, update, or pass tests"
":triangular_flag_on_post:" = "add, update, or remove feature flags"
":chart_with_upwards_trend:" = "add or update analytics or track code"
":speech_balloon:" = "add or update text and literals"
":rewind:" = "revert changes"
":twisted_rightwards_arrows:" = "merge branches"
":bookmark:" = "prepare a new release version"
":package:" = "update dependencies"
":wrench:" = "update dev workspace"