File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ PROMPT :
2
+ - KEY : " CHANGE"
3
+ LABEL : " Type of change:"
4
+ OPTIONS :
5
+ - VALUE : " feature"
6
+ DESC : " Add new feature"
7
+ - VALUE : " fix"
8
+ DESC : " A bug fix"
9
+ - VALUE : " test"
10
+ DESC : " Adding missing tests or correcting ones"
11
+ - VALUE : " style"
12
+ DESC : " A code change to improve clean code"
13
+ - VALUE : " build-ci"
14
+ DESC : " Changes on the build system or CI files"
15
+ - VALUE : " refactor"
16
+ DESC : " A code change"
17
+ - VALUE : " docs"
18
+ DESC : " Documentation only changes"
19
+ - KEY : " MODULE"
20
+ LABEL : " Affected module"
21
+ - KEY : " MESSAGE"
22
+ LABEL : " Commit message"
23
+ TEMPLATE : " Create your own template or options {{CHANGE}}({{MODULE}}): {{MESSAGE}}"
Original file line number Diff line number Diff line change 1
1
PROMPT :
2
2
- KEY : " CHANGE"
3
- LABEL : " Select the type of change:"
3
+ LABEL : " Type of change:"
4
4
OPTIONS :
5
5
- VALUE : " feature"
6
6
DESC : " Add new feature"
Original file line number Diff line number Diff line change 1
1
PROMPT :
2
2
- KEY : " JIRA-TASK"
3
- LABEL : " Jira task ID"
3
+ LABEL : " Jira task ID (no-story)"
4
+ DEFAULT_VALUE : " no-story"
4
5
- KEY : " CHANGE"
5
- LABEL : " Select the type of change:"
6
+ LABEL : " Type of change:"
6
7
OPTIONS :
7
8
- VALUE : " feature"
8
9
DESC : " Add new feature"
You can’t perform that action at this time.
0 commit comments