Tim Hsiung
Tim Hsiung
## Description ## Checklist - [x] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) - [x] Coverage
Related issue: #129 Original PR: #1431 ## Description Please see `bump_rule.py`, `bump.py`, `cz/base.py`, `version_scheme.py` and `commands/bump.py` (~350 lines). The rest 1000+ lines are just tests and renaming. - Rewrote the...
## Description - Fix a typo in `uv` option ## Checklist - [x] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/)
## Description Related PR: #1400 Wait for #1472 and #1457 Related issue: #1498 - Added `cz check --default-range`. ### Some TODOs - [x] Add tests - [x] Documentation ## Checklist...
## Description ## Checklist - [ ] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Code Changes - [ ] Add test cases to all the changes you introduce - [...
These should be fixed. `tpl.filename` is `str | None`. _Originally posted by @bearomorphism in https://github.com/commitizen-tools/commitizen/pull/1466#discussion_r2114225216_
we might be able to move it to type_checking. but this can be next pr or let ruff handle it in the future _Originally posted by @Lee-W in https://github.com/commitizen-tools/commitizen/pull/1485#discussion_r2134506265_
We probably can try something like adding `:meta private:` to the doc string instead. Even though it's a sphinx thing, I think this should be sufficient _Originally posted by @Lee-W...
### Description I just think it's not a good design to validate and reassign things in a function. The function name itself is confusing. https://github.com/commitizen-tools/commitizen/blob/47beadc563d8272b64f88ddbf3e9a37351b8f535/commitizen/commands/check.py#L51-L62 ### Possible Solution _No response_...
### Type - [ ] Content inaccurate - [x] Content missing - [ ] Typo ### URL https://github.com/commitizen-tools/commitizen/blob/617b610e2f6e1ea9c373a09e7355d134ff0e7ac8/docs/README.md?plain=1#L174-L183 https://github.com/commitizen-tools/commitizen/blob/617b610e2f6e1ea9c373a09e7355d134ff0e7ac8/.github/workflows/docspublish.yml#L66-L70 https://github.com/JamesIves/github-sponsors-readme-action/blob/dev/README.md#getting-started-%EF%B8%8F ### Description The sponsors are missing.  I traced git...