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 In general the Conventional Commits / Angular scheme is suitable for me (as for most of the people write code with VSC, I guess). It is nicely implemented...

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

## Description ## Checklist - [x] Add test cases to all the changes you introduce - [x] Run `./scripts/format` and `./scripts/test` locally to ensure this change passes linter check and...

pr-status: wait-for-modification

### Description When running `cz --help`, we have the help text for each subcommand (e.g., `cz commit`), but `cz commit --help` does not have the description `create new commit` ###...

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

### Description I'm using [`rye`](https://github.com/astral-sh/rye) to manage my python project - it's similar to `poetry`. Running `cz bump` through `rye` gives ``` $ rye run cz bump fatal: not a...

type: bug
issue-status: pr-created

### Description I'm using [`rye`](https://github.com/astral-sh/rye) to manage my python project - it's similar to `poetry`. But during `cz init` the `pre-commit` hook install step fails. ### Steps to reproduce Similar...

type: bug
issue-status: pr-created

### Type - [ ] Content inaccurate - [X] Content missing - [ ] Typo ### URL https://commitizen-tools.github.io/commitizen/#installation ### Description As commitizen is a Python cli tool, installing it through...

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

### Description Actually we can configure the commitizen through: _Dot_ files: ``` .cz.toml .cz.yaml .cz.json ``` _Non dot_ files: ``` pyproject.toml cz.yaml cz.json ``` Theres an reason for not having...

issue-status: needs-triage

Sorry for not creating an issue first, but I figured the change was so easy to make. ### `--prerelease none` When using the GitHub Action, users will probably want to...

pr-status: wait-for-modification

## Description ## Checklist - [ ] Add test cases to all the changes you introduce - [ ] Run `./scripts/format` and `./scripts/test` locally to ensure this change passes linter...

pr-status: wait-for-review

### Description When I run a `cz bump` it overwrites my config file `.cz.yaml` and changes all my emojis to there `\U*` equivalents ### Steps to reproduce 1. `.cz.yaml` File...

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