diff --git a/docs/README.md b/docs/README.md index c3f94ccf64..cdeef31a76 100644 --- a/docs/README.md +++ b/docs/README.md @@ -102,6 +102,10 @@ commands: init init commitizen configuration ``` +## Third-Party Commitizen Templates + +See [docs/third-party-commitizen.md](third-party-commitizen.md). + ## FAQ ### Why are `revert` and `chore` valid types in the check pattern of cz conventional_commits but not types we can select? diff --git a/docs/third-party-commitizen.md b/docs/third-party-commitizen.md new file mode 100644 index 0000000000..0b09f015cf --- /dev/null +++ b/docs/third-party-commitizen.md @@ -0,0 +1,12 @@ +## Third-Party Commitizen Templates + +In addition to the native templates, some alternative commit format templates +are available as PyPI packages (installable with `pip`). + +### [Conventional JIRA](https://pypi.org/project/conventional-JIRA/) + +Just like *conventional commit* format, but the scope has been restricted to a +JIRA issue format, i.e. `project-issueNumber`. This standardises scopes in a +meaningful way. + +It can be installed with `pip install conventional-JIRA`.