We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2c093 commit 8657df5Copy full SHA for 8657df5
.cmf.yaml
@@ -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