commitizen icon indicating copy to clipboard operation
commitizen copied to clipboard

Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:

Results 316 commitizen issues
Sort by recently updated
recently updated
newest added

## Description Instead of committing just all files containing a version ALL changed files are committed (new ones are not just changed ones). This is not good if a change...

bug
development-sprint

## Type * [x] Conent inaccurate * [ ] Content missing * [ ] Typo ## URL https://commitizen-tools.github.io/commitizen/customization/ ## Description I'm working on my own commitizen template, and the only...

type: documentation
issue-status: needs-triage

## Type * [x] Content missing ## URL https://commitizen-tools.github.io/commitizen/check/ ## Description We could add some example of how `cz check` can be used.

good first issue
type: documentation

## Description A config option to include an additional question at the end of `cz commit` that displays the DCO and asks if the committer agrees to the DCO and,...

good first issue
type: documentation
type: feature
issue-status: wait-for-implementation

## Description I use the pre-commit framework to apply some sanity check before committing to my repositories. I recently discover this lib and wanted to give it a try. Fantastic...

bug
development-sprint

## Type * [ ] Content inaccurate * [X] Content missing * [ ] Typo ## URL https://commitizen-tools.github.io/commitizen/third-party-commitizen/ ## Description As a non-expert in pre-commit, I'm not sure how to...

documentation
development-sprint

## Description In order to maintain consistent commit message rules across repositories shared by a team, I'd like to configure commitizen (running as a pre-commit hook). The configuration should be...

type: feature
pr-status: wait-for-response

Hello! Sorry for opening an issue, looks like there isn't a "discussion" tab here... I've a problem and probably is due to my lack of knowledge. I'm maintaining a project...

help wanted
type: feature

## Description `cz bump --prerelease rc` should handle missing "bumpable" commits the same way as `cz bump`. ## Steps to reproduce 1. create a non-bumpable commit (i.e. `ci` or `build`)...

type: bug

## Description cz check fails if the scope contains a space, but it is possible to commit with a space among the words. ## Steps to reproduce cz commit ->write...

bug
good first issue