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: docs/README.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,23 +189,11 @@ See [Third-Party Commitizen Templates](third-party-commitizen.md).
189
189
190
190
## FAQ
191
191
192
-
### Why are `revert` and `chore` valid types in the check pattern of cz conventional_commits but not types we can select?
193
-
194
-
`revert` and `chore` are added to the "pattern" in `cz check` in order to prevent backward errors, but officially they are not part of conventional commits, we are using the latest [types from Angular](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type) (they used to but were removed).
195
-
However, you can create a customized `cz` with those extra types. (See [Customization](https://commitizen-tools.github.io/commitizen/customization))
196
-
197
-
See more discussion in issue [#142](https://github.com/commitizen-tools/commitizen/issues/142) and [#36](https://github.com/commitizen-tools/commitizen/issues/36)
198
-
199
-
### How to handle revert commits?
200
-
201
-
```sh
202
-
git revert --no-commit <SHA>
203
-
git commit -m "revert: foo bar"
204
-
```
192
+
See [FAQ - commitizen](https://commitizen-tools.github.io/commitizen/faq/).
Copy file name to clipboardExpand all lines: docs/faq.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,3 +73,10 @@ If you are using conventional commits in your git history, then you could swap o
73
73
Regarding the name, [cz-js][cz-js] came first, they used the word commitizen first. When this project was created originally, the creator read "be a good commitizen", and thought it was just a cool word that made sense, and this would be a package that helps you be a good "commit citizen".
0 commit comments