Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

docs: add docs for 3rd party module cz-github-jira-conventional #413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/third-party-commitizen.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ meaningful way.

It can be installed with `pip install conventional-JIRA`.

### [GitHub JIRA Conventional](https://pypi.org/project/cz-github-jira-conventional/)

This plugin extends the commitizen tools by:
- requiring a JIRA issue id in the commit message
- creating links to GitHub commits in the CHANGELOG.md
- creating links to JIRA issues in the CHANGELOG.md

It can be installed with `cz-github-jira-conventional`.

For installation instructions (configuration and pre-commit) please visit https://github.com/apheris/cz-github-jira-conventional

### [Commitizen emoji](https://pypi.org/project/commitizen-emoji/)

Just like *conventional commit* format, but with emojis and optionally time spent and related tasks.
Expand Down