diff --git a/docs/third-party-commitizen.md b/docs/third-party-commitizen.md index 0b09f015cf..d109746d2d 100644 --- a/docs/third-party-commitizen.md +++ b/docs/third-party-commitizen.md @@ -10,3 +10,11 @@ JIRA issue format, i.e. `project-issueNumber`. This standardises scopes in a meaningful way. It can be installed with `pip install conventional-JIRA`. + +### [Commitizen emoji](https://pypi.org/project/commitizen-emoji/) + +Just like *conventional commit* format, but with emojis and optionally time spent and related tasks. + +It can be installed with `pip install commitizen-emoji`. + +Usage: `cz --name cz_commitizen_emoji commit`.