Skip to content

Commit 8657df5

Browse files
author
Rodrigo Navarro
committed
no-story (feature): Add cmf file with Jira flow as default using v2 type
1 parent ca2c093 commit 8657df5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.cmf.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
PROMPT:
2+
- KEY: "JIRA-TASK"
3+
LABEL: "Jira task ID (no-story)"
4+
DEFAULT_VALUE: "no-story"
5+
- KEY: "CHANGE"
6+
LABEL: "Type of change:"
7+
OPTIONS:
8+
- VALUE: "feature"
9+
DESC: "Add new feature"
10+
- VALUE: "fix"
11+
DESC: "A bug fix"
12+
- VALUE: "test"
13+
DESC: "Adding missing tests or correcting ones"
14+
- VALUE: "style"
15+
DESC: "A code change to improve clean code"
16+
- VALUE: "build-ci"
17+
DESC: "Changes on the build system or CI files"
18+
- VALUE: "refactor"
19+
DESC: "A code change"
20+
- VALUE: "docs"
21+
DESC: "Documentation only changes"
22+
- KEY: "MESSAGE"
23+
LABEL: "Commit message"
24+
TEMPLATE: "{{JIRA-TASK}} ({{CHANGE}}): {{MESSAGE}}"

0 commit comments

Comments
 (0)