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
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,33 +160,33 @@ feat(core): add hat wobble
160
160
More types can be added if neccessary in the `commitlint.config.js` file.
161
161
162
162
The commit type must be of the following:
163
-
feat: (new feature for the user, not a new feature for build script)
164
-
fix: (bug fix for the user, not a fix to a build script)
165
-
docs: (changes to the documentation)
166
-
style: (formatting, missing semi colons, etc; no production code change)
167
-
refactor: (refactoring production code, eg. renaming a variable)
168
-
test: (adding missing tests, refactoring tests; no production code change)
169
-
chore: (updating grunt tasks etc; no production code change)
170
-
build: (changes related to the build process)
171
-
perf: (increasing performance)
172
-
revert: (reverting a commit)
173
-
ci: (continuous integration related changes. We won't be using this; instead we will be using the ci and cd scopes for devops related changes.)
163
+
-`feat:` (new feature for the user, not a new feature for build script)
164
+
-`fix:` (bug fix for the user, not a fix to a build script)
165
+
-`docs:` (changes to the documentation)
166
+
-`style:` (formatting, missing semi colons, etc; no production code change)
167
+
-`refactor:` (refactoring production code, eg. renaming a variable)
168
+
-`test:` (adding missing tests, refactoring tests; no production code change)
169
+
-`chore:` (updating grunt tasks etc; no production code change)
170
+
-`build:` (changes related to the build process)
171
+
-`perf:` (increasing performance)
172
+
-`revert:` (reverting a commit)
173
+
-`ci:` (continuous integration related changes. We won't be using this; instead we will be using the ci and cd scopes for devops related changes.)
174
174
175
175
#### Scopes
176
176
177
177
More scopes can be added if neccessary in the `commitlint.config.js` file. If there are overlapping scopes in your commit/pull request, choose the most suitable scope.
178
-
178
+
<br>
179
179
The commit scope must be of the following or blank:
0 commit comments