You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)"
39
+
},
40
+
{
41
+
"label": "chore",
42
+
"description": "Updating grunt tasks etc; no production code change"
43
+
},
44
+
{
45
+
"label": "ci",
46
+
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)"
47
+
},
48
+
{
49
+
"label": "docs",
50
+
"description": "Documentation only changes"
51
+
},
52
+
{
53
+
"label": "feat",
54
+
"description": "A new feature"
55
+
},
56
+
{
57
+
"label": "fix",
58
+
"description": "A bug fix"
59
+
},
60
+
{
61
+
"label": "perf",
62
+
"description": "A code change that improves performance"
63
+
},
64
+
{
65
+
"label": "refactor",
66
+
"description": "A code change that neither fixes a bug nor adds a feature"
67
+
},
68
+
{
69
+
"label": "revert"
70
+
},
71
+
{
72
+
"label": "style",
73
+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)"
74
+
},
75
+
{
76
+
"label": "test",
77
+
"description": "Adding missing tests or correcting existing tests"
78
+
}
79
+
],
80
+
"description": "Type of changes"
81
+
},
82
+
{
83
+
"label": "Scope",
84
+
"name": "scope",
85
+
"description": "A scope may be provided to a commit’s type, to provide additional contextual information and is contained within parenthesis, e.g., \"feat(parser): add ability to parse arrays\".",
86
+
"type": "text",
87
+
"multiline": false,
88
+
"prefix": "(",
89
+
"suffix": ")"
90
+
},
91
+
{
92
+
"label": "Short description",
93
+
"name": "description",
94
+
"description": "Short description in the subject line.",
0 commit comments