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 PR #626 changed ``` tests/commands/test_bump_command.py tests/commands/test_init_command.py tests/test_conf.py ``` to accomodate changes to `tomlkit` from `0.11.5` to `0.11.6`. However, the `pyproject.toml` still has the version set as ``` tomlkit...

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

### Description As described in https://github.com/commitizen-tools/commitizen/issues/425#issuecomment-1537112868, many of our values in [commitizen/defaults.py](https://github.com/commitizen-tools/commitizen/blob/master/commitizen/defaults.py) are for cz_conventional_commit only but not necessary for the whole commitizen. ### Possible Solution _No response_ ### Additional...

good first issue
type: refactor

### Description Whenever I try to push a commit to the origin (`git push -u origin main`), an error is preventing me from pushing: ``` commitizen check branch..................................................Failed - hook...

type: bug
scope: pre-commit

### Description I'm using [Sphinx](https://www.sphinx-doc.org) to document my Python project, which has a [`versionadded` and `versionchanged` _directives_](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-versionadded) for rendering the version a feature was added. For example: ```python def a_new_function():...

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

### Description Reviewed #365 prior to writing this and I believe this is different enough to warrant a different issue **Problem** I have 2 git repositories `core_repo` and `plugins_repo`. The...

issue-status: needs-triage

superceed #696 ## Description First draft of a new feature. The idea is to grant the user the capability to run `cz bump` without prior commits. The reasons are described...

pr-status: wait-for-review

### Description In projects I'm working in (the ones that are not yet using `commitizen`) maintainers are bumping a dev version straight after the bump of a new one. That...

type: bug
issue-status: pr-created

### Description It would be nice to support global configuration, say `~/.cz.yaml`, to reduce the trouble of creating custom commitizen for each project. ### Possible Solution Append `Path.home()` to `cfg_search_paths`...

type: feature

### Description argcomplete 2.0.0 depends on `importlib-metadata (>=0.23,

type: feature

### Description https://github.com/commitizen-tools/commitizen/issues/414 and https://github.com/commitizen-tools/commitizen/pull/551 introduced what is a breaking change for my team, since we want `cz check` to fail in the CI, in case of a fixup. [This...

type: feature
issue-status: pr-created