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 This is part of https://github.com/commitizen-tools/commitizen/issues/1053, which intends to catch errors earlier through a more strict mypy setting. ## Checklist - [x] Add test cases to all the changes...

pr-status: wait-for-review

related: #572 ## Description add-a-test-for-handling-blank-with-path-in-git-commit * mock action: Whether the path includes blank or not, the git commit action can parse anyway and correctly execute `commit` under commitizen/commitizen/git.py and go...

pr-status: wait-for-modification

Fix #883 ## Description Since the default behavior of `cz bump --changelog` is to write incremental changelog, which is different from the default value of `changelog_incremental`, it is hard to...

type: bug
pr-status: wait-for-modification

### Description When running `cz bump` , I'm getting the following output: ```bash > cz bump --yes --retry bump: version 0.1.0 → 0.2.0 tag to create: v0.2.0 increment detected: MINOR...

type: bug
good first issue
issue-status: wait-for-implementation

### Description I think the instruction about option `ci` as one of the options to commit an edit can be improved. ### Steps to reproduce 1. edit a git managed...

good first issue
type: refactor
issue-status: pr-created

### Description A provider for the [conan C++ package manager](https://conan.io/) would be great. ### Possible Solution I had already forked the commitizen repo and started working on this before I...

issue-status: needs-triage

### Description Hi, I'm attempting to use commitizen in my project. When I ran the cz bump command, I encountered a `UnicodeDecodeError` and received the following error message: ``` Traceback...

issue-status: needs-triage

### Description We all use GitHub's [auto-links](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls) to refer to commits and pull requests. I think it would be nice if the changelogs generated by the tool had them as...

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

### Description When using a custom version provider that changes some arbitrary file defined in the version provider itself, this file is not added to git on a `cz bump`....

issue-status: needs-triage

### Description The package is nicely type-annotated but Mypy complains about missing library stubs or py.typed marker. ### Possible Solution Add py.typed file to the project's package root, see Mypy...

good first issue
type: feature