René's URL Explorer Experiment


Title: Triage audit: 30 open untriaged non-bug issues (May 2026, follow-up to #1964) · Issue #1965 · commitizen-tools/commitizen · GitHub

Open Graph Title: Triage audit: 30 open untriaged non-bug issues (May 2026, follow-up to #1964) · Issue #1965 · commitizen-tools/commitizen

X Title: Triage audit: 30 open untriaged non-bug issues (May 2026, follow-up to #1964) · Issue #1965 · commitizen-tools/commitizen

Description: This issue tracks an audit of 30 currently-open untriaged, non-type: bug issues, checked against master (v4.15.1). It is the follow-up to #1964 (which covered the 30 open type: bug issues). Together the two issues span 60 of the ~120 cur...

Open Graph Description: This issue tracks an audit of 30 currently-open untriaged, non-type: bug issues, checked against master (v4.15.1). It is the follow-up to #1964 (which covered the 30 open type: bug issues). Togethe...

X Description: This issue tracks an audit of 30 currently-open untriaged, non-type: bug issues, checked against master (v4.15.1). It is the follow-up to #1964 (which covered the 30 open type: bug issues). Togethe...

Opengraph URL: https://github.com/commitizen-tools/commitizen/issues/1965

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Triage audit: 30 open untriaged non-bug issues (May 2026, follow-up to #1964)","articleBody":"This issue tracks an audit of 30 currently-open **untriaged, non-`type: bug`** issues, checked against `master` (v4.15.1). It is the follow-up to #1964 (which covered the 30 open `type: bug` issues). Together the two issues span 60 of the ~120 currently-open issues.\r\n\r\nFindings are based on code inspection only — please confirm with a real reproduction or maintainer judgement before acting on any item.\r\n\r\n## ✅ Likely fixed — verify \u0026 close\r\n\r\n- [x] #1249 — questionary/ipython incompatibility — `pyproject.toml:16` already pins `questionary (\u003e=2.0,\u003c3.0)` which works with current `prompt_toolkit` and recent ipython releases. Closed as fixed; see follow-up below.\r\n\r\n## ❌ Still valid — needs implementation / fix\r\n\r\n- [ ] #1959 — Promote PR bump preview to a reusable workflow in `setup-cz` — feature not yet implemented; PR #1957 only adds the workflow to this repo.\r\n- [ ] #1944 — Remove `cmd.run` string signature for v5 — `commitizen/cmd.py:68-77` still accepts `cmd: str | Sequence[str]`.\r\n- [ ] #1934 — Enable `--merge-prerelease` on `cz bump` — `commitizen/cli.py:433-440` defines the flag only under `cz changelog`. **PR #1968 was opened, then closed pending maintainer triage** — feature requests sit with the maintainers for design / scope review.\r\n- [ ] #1777 — Replace `MAJOR`/`MINOR`/`PATCH` string constants with `VersionIncrement` IntEnum — `commitizen/bump.py:25` still uses `find_increment()` returning strings even though `commitizen/version_increment.py` already defines the enum.\r\n- [ ] #1676 — Separate version providers into optional workspace packages — `commitizen/providers/` ships 9 providers inline.\r\n- [ ] #1572 — Branch-aware bump rules (cap min/max increment per branch pattern) — no branch-aware bump logic in codebase.\r\n- [ ] #1567 — Create a `commitizen-extras` repository for community plugins — organisational meta-issue.\r\n- [ ] #1481 — Release commitizen v5 — meta tracker; depends on remaining `v5`-labelled items being landed.\r\n- [ ] #1411 — Relative-path behaviour changed in 4.6.3+ — `commitizen/commands/changelog.py:68` resolves the file path relative to the config parent when `config.path` exists.\r\n- [ ] #1393 — Add a `prepare-commit-msg` hook entry — `.pre-commit-hooks.yaml:1-28` only defines `commit-msg` and `pre-push` stages.\r\n- [ ] #1386 — `cz commit` fails inside a `prepare-commit-msg` hook on macOS — `commitizen/commands/commit.py` invokes `questionary.prompt` which requires a real TTY; selector errors when stdin is redirected.\r\n- [ ] #1332 — Global config merge — `commitizen/config/__init__.py:12-27` only walks the current directory and git root, never `~/.config/commitizen.toml`.\r\n- [ ] #1331 — `cz dump-config` / config export command — `commitizen/commands/__init__.py` lists Bump/Changelog/Check/Commit/Example/Info/Init/ListCz/Schema/Version only. **PR #1986 was opened, then closed pending maintainer triage** — feature requests sit with the maintainers for design / scope review.\r\n- [ ] #1278 — Make every aspect of a `cz_*` plugin configurable through TOML/JSON — broad enhancement umbrella related to #1270.\r\n- [ ] #1270 — Allow partially overriding `cz_conventional_commits` via `[tool.commitizen.customize]` — `commitizen/cz/customize/customize.py:27` is a standalone class that does not inherit from `ConventionalCommitsCz`.\r\n- [ ] #1267 — `cz changelog` includes commit body lines that match the parser regex — `commitizen/changelog.py:151-154` splits `commit.body` by `\\n\\n` and re-parses each block. **PR #1974 was opened, then closed pending maintainer triage** — feature requests sit with the maintainers for design / scope review.\r\n- [ ] #1258 — Discover providers via `metadata.entry_points` in `cz init` — `commitizen/commands/init.py:41,257` hardcodes `_VERSION_PROVIDER_CHOICES`. **PR #1971 was opened, then closed pending maintainer triage** — feature requests sit with the maintainers for design / scope review.\r\n- [ ] #1231 — Add `required` parameter to detailed customise questions — `commitizen/question.py` defines question types with no `required` validation field. **PR #1984 was opened, then closed pending maintainer triage** — feature requests sit with the maintainers for design / scope review.\r\n- [ ] #1218 — Option to write only main releases (skip rc/dev) into the changelog — `commitizen/commands/changelog.py:229-264` has prerelease merge logic but no full-exclude switch. **PR #1985 was opened, then closed pending maintainer triage** — feature requests sit with the maintainers for design / scope review.\r\n\r\n## 🔧 Has open PR\r\n\r\n- [ ] #1917 — Multi-line commit body input — PR #1919 (`pr-status: wait-for-review`).\r\n- [ ] #1901 — Interactive live subject preview — PR #1902 (`pr-status: wait-for-review`).\r\n- [ ] #1831 — `cz init` should use `DEFAULT_SETTINGS` instead of `self.config.settings` — PR #1832 (`pr-status: wait-for-review`).\r\n- [ ] #1510 — PR bump-preview workflow — PR #1957 (`pr-status: wait-for-review`).\r\n\r\n## 🎁 Mislabeled — relabel and remove `issue-status: needs-triage`\r\n\r\n- [x] #1847 — Make `BaseConfig` an abstract class — `commitizen/config/base_config.py:18-61` is a concrete class with `NotImplementedError` stubs. Relabeled `type: refactor`.\r\n- [x] #1229 — Add commit hash / issue number to changelog format — default-template feature; relabeled `wait-for-implementation`. (Existing template support via `sha1` is documented but only works for custom templates.)\r\n- [x] #1180 — Release after dev release results in error — `commitizen/commands/changelog.py:151-155` SequenceMatcher picks the wrong closest tag for dev versions. Relabeled `type: bug`; analysis comment posted.\r\n\r\n## 🤷 By design / config issue / non-bug — close with explanation\r\n\r\n- [ ] #1334 — Monorepo example using `.cz.toml` files — `docs/tutorials/monorepo_guidance.md` already documents the multi-`.cz.toml` setup.\r\n- [ ] #1333 — Output suppressed until pre-commit scripts finish — `commitizen/cmd.py` uses `subprocess.Popen(..., PIPE)` + `communicate()` to capture git output for error parsing; intentional buffering.\r\n\r\n## ❔ Needs reproduction / unclear\r\n\r\n- [ ] #1419 — Windows \"system cannot find the path specified\" after commit — last reporter comment (\"transient issue, not able to pinpoint\") leaves the failure unreproduced; temp file lifecycle is in `commitizen/git.py` and `commitizen/commands/commit.py`.\r\n\r\n---\r\n\r\n**Summary:** 1 likely fixed (closed) · 19 still valid (3 of which now have PRs from this round) · 4 had open PRs at audit time · 3 mislabels · 2 by-design · 1 unclear.\r\n\r\nTogether with #1964: out of 60 audited open issues, 24 are still actionable bugs, 19 are still actionable feature/refactor requests, and 8 already have open PRs awaiting review. Round-3 audit: #1976.\r\n\r\n## Round-2 follow-up actions (May 2026)\r\n\r\nStrong-model validation, label cleanup, PRs, and external review for the items checked above.\r\n\r\n- **#1249** closed: validation by `claude-opus-4.7` confirmed questionary 2.1.0 + commitizen master (`questionary \u003e=2.0,\u003c3.0`) co-installs cleanly with current ipython 8/9; the repo's own `uv.lock` resolves all three together.\r\n- **#1934 → PR #1968** (`feat(bump): add --merge-prerelease flag`). CI green across the matrix. Reviewed by both an internal `claude-sonnet-4.6` code-review agent and GitHub Copilot — no findings.\r\n- **#1258 → PR #1971** (`feat(init): discover third-party version providers via entry points`). CI green. Copilot review surfaced a duplicate-entry-point-name edge case (two distributions registering the same provider name); fixup commit `1bad9047` adds a `seen_names` set seeded with the built-ins and a regression test `test_construct_version_provider_choices_dedupes_duplicate_third_party`.\r\n- **#1267 → PR #1974** (`fix(changelog): add changelog_subject_only to skip body parsing`). CI green. Reviewers (sonnet-4.6 and Copilot) both flagged the same test gap: no end-to-end test for the config-key wiring at `commands/changelog.py:279`. Fixup commit `292feb4f` adds `tests/commands/test_changelog_command.py::test_changelog_subject_only_setting_skips_body_parsing` which constructs a real `cz changelog` invocation; the new test was verified to fail (KeyError) when the config key is mistyped.\r\n- **#1847** relabeled `type: feature` → `type: refactor`, status → `wait-for-implementation` (maintainer comment confirms this is a v5 breaking change candidate, so leaving for the v5 release work in #1481 rather than a separate PR).\r\n- **#1229** relabeled `needs-triage` → `wait-for-implementation`, kept `type: feature` (the audit had proposed `type: documentation`, but a closer read of the issue shows the user wants `sha1` / issue links in the **default** changelog template; existing template support is only a workaround).\r\n- **#1180** — added `type: bug` and `wait-for-implementation`; posted a comment with the `SequenceMatcher` analysis so a future fixer has clear direction. Not PR'd because the design choice (exact-match vs fuzzy-fallback) deserves a maintainer call.\r\n\r\nIssues left to a maintainer (no PR opened yet):\r\n\r\n- **#1393** / **#1386** — `prepare-commit-msg` hook entry would be a one-line YAML addition, but the underlying `cz commit` interactive flow fails on macOS in such a hook (#1386), so adding the entry without addressing the TTY behaviour would just relocate the bug.\r\n- **#1944** — removing the `cmd.run` string signature is a breaking change scheduled for v5; better landed alongside the rest of v5.\r\n- All remaining \"still valid\" items in the table above.\r\n\r\nHappy to take individual items off this list — please comment with which # you're picking up.\r\n\r\n\u003e **Policy update (2026-05-09)** — feature-request issues are not auto-PR'd from this triage. PRs #1968, #1971, #1974, #1984, #1985, #1986 (each opened to close one of the feature items above) have been re-closed and the corresponding issue labels reverted to `issue-status: needs-triage`. The implementation branches are preserved on the fork (`feat/1934-bump-merge-prerelease-flag`, `feat/1258-init-discover-providers`, `fix/1267-changelog-subject-only`, `feat/1231-customize-question-required`, `fix/1218-changelog-skip-prereleases`, `feat/1331-dump-config-command`) so a maintainer can re-open any of them with one click if they decide the direction is right. Bug-fix PRs from this triage (#1979, #1982, #1987 — plus the round-1 sibling bug-fix PRs in #1964) remain open.","author":{"url":"https://github.com/bearomorphism","@type":"Person","name":"bearomorphism"},"datePublished":"2026-05-09T10:47:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1965/commitizen/issues/1965"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:fb42bed3-1483-829a-76d5-e8319f7d4f13
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB96C:2BF14B:5483FF:73A76D:6A4DA74F
html-safe-nonce878c02181d82c93e09b519ef28915981a00a791baf83f54aa0f043c4e4fe49c7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOTZDOjJCRjE0Qjo1NDgzRkY6NzNBNzZEOjZBNERBNzRGIiwidmlzaXRvcl9pZCI6IjMwMjY2MDIxOTYxNTYxMzExNTEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace28989b994e233fe25dad2942addf72d48d09e7f04d6a46a5e026eb8d03728d0
hovercard-subject-tagissue:4412237793
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/commitizen-tools/commitizen/1965/issue_layout
twitter:imagehttps://opengraph.githubassets.com/450f6e211e37cd692ee0f6a07889afa5cfb859027952942dec8bb19bfdfd6db0/commitizen-tools/commitizen/issues/1965
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/450f6e211e37cd692ee0f6a07889afa5cfb859027952942dec8bb19bfdfd6db0/commitizen-tools/commitizen/issues/1965
og:image:altThis issue tracks an audit of 30 currently-open untriaged, non-type: bug issues, checked against master (v4.15.1). It is the follow-up to #1964 (which covered the 30 open type: bug issues). Togethe...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebearomorphism
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
go-importgithub.com/commitizen-tools/commitizen git https://github.com/commitizen-tools/commitizen.git
octolytics-dimension-user_id62252524
octolytics-dimension-user_logincommitizen-tools
octolytics-dimension-repository_id106127589
octolytics-dimension-repository_nwocommitizen-tools/commitizen
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id106127589
octolytics-dimension-repository_network_root_nwocommitizen-tools/commitizen
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release47723578ce6819210724ef064c858fce6d3115a3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/commitizen-tools/commitizen/issues/1965#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fissues%2F1965
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fissues%2F1965
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=commitizen-tools%2Fcommitizen
Reloadhttps://github.com/commitizen-tools/commitizen/issues/1965
Reloadhttps://github.com/commitizen-tools/commitizen/issues/1965
Reloadhttps://github.com/commitizen-tools/commitizen/issues/1965
Please reload this pagehttps://github.com/commitizen-tools/commitizen/issues/1965
commitizen-tools https://github.com/commitizen-tools
commitizenhttps://github.com/commitizen-tools/commitizen
Please reload this pagehttps://github.com/commitizen-tools/commitizen/issues/1965
Notifications https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Fork 343 https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Star 3.5k https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Code https://github.com/commitizen-tools/commitizen
Issues 116 https://github.com/commitizen-tools/commitizen/issues
Pull requests 45 https://github.com/commitizen-tools/commitizen/pulls
Discussions https://github.com/commitizen-tools/commitizen/discussions
Actions https://github.com/commitizen-tools/commitizen/actions
Projects https://github.com/commitizen-tools/commitizen/projects
Security and quality 0 https://github.com/commitizen-tools/commitizen/security
Insights https://github.com/commitizen-tools/commitizen/pulse
Code https://github.com/commitizen-tools/commitizen
Issues https://github.com/commitizen-tools/commitizen/issues
Pull requests https://github.com/commitizen-tools/commitizen/pulls
Discussions https://github.com/commitizen-tools/commitizen/discussions
Actions https://github.com/commitizen-tools/commitizen/actions
Projects https://github.com/commitizen-tools/commitizen/projects
Security and quality https://github.com/commitizen-tools/commitizen/security
Insights https://github.com/commitizen-tools/commitizen/pulse
Triage audit: 30 open untriaged non-bug issues (May 2026, follow-up to #1964)https://github.com/commitizen-tools/commitizen/issues/1965#top
https://github.com/bearomorphism
issue-status: needs-triagehttps://github.com/commitizen-tools/commitizen/issues?q=state%3Aopen%20label%3A%22issue-status%3A%20needs-triage%22
https://github.com/bearomorphism
bearomorphismhttps://github.com/bearomorphism
on May 9, 2026https://github.com/commitizen-tools/commitizen/issues/1965#issue-4412237793
#1964https://github.com/commitizen-tools/commitizen/issues/1964
Commitizen is not compatible with recent versions of ipython because of its dependency on questionary #1249https://github.com/commitizen-tools/commitizen/issues/1249
Promote PR bump preview to a reusable workflow in setup-cz #1959https://github.com/commitizen-tools/commitizen/issues/1959
ci: add PR bump preview workflow #1957https://github.com/commitizen-tools/commitizen/pull/1957
[breaking] remove cmd.run string signature #1944https://github.com/commitizen-tools/commitizen/issues/1944
Enable "--merge-prerelease" behavior in "cz bump" command #1934https://github.com/commitizen-tools/commitizen/issues/1934
feat(bump): add --merge-prerelease flag #1968https://github.com/commitizen-tools/commitizen/pull/1968
VersionIncrement related cleanup #1777https://github.com/commitizen-tools/commitizen/issues/1777
Separate version providers from core #1676https://github.com/commitizen-tools/commitizen/issues/1676
MAJOR,MINOR,PATCH config that takes in consideration the branch #1572https://github.com/commitizen-tools/commitizen/issues/1572
Create a new package called commitizen-extras #1567https://github.com/commitizen-tools/commitizen/issues/1567
Release commitizen v5 #1481https://github.com/commitizen-tools/commitizen/issues/1481
Relative paths works differently with newer versions #1411https://github.com/commitizen-tools/commitizen/issues/1411
prepare-commit-msg pre-commit hook #1393https://github.com/commitizen-tools/commitizen/issues/1393
Problem executing cz commit in prepare-commit-msg hook on Mac #1386https://github.com/commitizen-tools/commitizen/issues/1386
Global config that will be merged with repository config #1332https://github.com/commitizen-tools/commitizen/issues/1332
Command that generates current configuration file #1331https://github.com/commitizen-tools/commitizen/issues/1331
feat: add cz dump-config command to output effective configuration #1986https://github.com/commitizen-tools/commitizen/pull/1986
make everything in a cz_ customizable through toml/json and etc #1278https://github.com/commitizen-tools/commitizen/issues/1278
Enable cover cz_conventional_commits via [tool.commitizen.customize] #1270https://github.com/commitizen-tools/commitizen/issues/1270
Enable cover cz_conventional_commits via [tool.commitizen.customize] #1270https://github.com/commitizen-tools/commitizen/issues/1270
The cz ch command generates a CHANGELOG.md that includes the content from the body. #1267https://github.com/commitizen-tools/commitizen/issues/1267
fix(changelog): add changelog_subject_only to skip body parsing #1974https://github.com/commitizen-tools/commitizen/pull/1974
Scan for providers using metadata.entry_points in init #1258https://github.com/commitizen-tools/commitizen/issues/1258
feat(init): discover third-party version providers via entry points #1971https://github.com/commitizen-tools/commitizen/pull/1971
Add required parameter to Detailed questions content #1231https://github.com/commitizen-tools/commitizen/issues/1231
feat(customize): add required field for input questions #1984https://github.com/commitizen-tools/commitizen/pull/1984
CHANGELOG should only write down the main release  #1218https://github.com/commitizen-tools/commitizen/issues/1218
feat: add changelog_skip_prereleases setting to omit prerelease entries from changelog #1985https://github.com/commitizen-tools/commitizen/pull/1985
Enable multi-line commit body input #1917https://github.com/commitizen-tools/commitizen/issues/1917
Support multi-line commit body input #1919https://github.com/commitizen-tools/commitizen/pull/1919
Feat: interactive live subject preview #1901https://github.com/commitizen-tools/commitizen/issues/1901
Feat: add live subject preview for interactive commit (--preview) #1902https://github.com/commitizen-tools/commitizen/pull/1902
Discuss cz init self.config #1831https://github.com/commitizen-tools/commitizen/issues/1831
refactor(init): replace self.config.settings with DEFAULT_SETTINGS #1832https://github.com/commitizen-tools/commitizen/pull/1832
Generate expected bump version comment when receiving a new pull request #1510https://github.com/commitizen-tools/commitizen/issues/1510
ci: add PR bump preview workflow #1957https://github.com/commitizen-tools/commitizen/pull/1957
[refactor] Make BaseConfig an abstract class #1847https://github.com/commitizen-tools/commitizen/issues/1847
Add commit hash and issue number to the changelog format as optional variables #1229https://github.com/commitizen-tools/commitizen/issues/1229
Release after dev release results in error #1180https://github.com/commitizen-tools/commitizen/issues/1180
Monorepo example using .cz.toml files #1334https://github.com/commitizen-tools/commitizen/issues/1334
output suppressed until pre-commit scripts fully ran #1333https://github.com/commitizen-tools/commitizen/issues/1333
Running cz commit ends with "The system cannot find the path specified." #1419https://github.com/commitizen-tools/commitizen/issues/1419
#1964https://github.com/commitizen-tools/commitizen/issues/1964
#1976https://github.com/commitizen-tools/commitizen/issues/1976
Commitizen is not compatible with recent versions of ipython because of its dependency on questionary #1249https://github.com/commitizen-tools/commitizen/issues/1249
Enable "--merge-prerelease" behavior in "cz bump" command #1934https://github.com/commitizen-tools/commitizen/issues/1934
feat(bump): add --merge-prerelease flag #1968https://github.com/commitizen-tools/commitizen/pull/1968
Scan for providers using metadata.entry_points in init #1258https://github.com/commitizen-tools/commitizen/issues/1258
feat(init): discover third-party version providers via entry points #1971https://github.com/commitizen-tools/commitizen/pull/1971
The cz ch command generates a CHANGELOG.md that includes the content from the body. #1267https://github.com/commitizen-tools/commitizen/issues/1267
fix(changelog): add changelog_subject_only to skip body parsing #1974https://github.com/commitizen-tools/commitizen/pull/1974
[refactor] Make BaseConfig an abstract class #1847https://github.com/commitizen-tools/commitizen/issues/1847
Release commitizen v5 #1481https://github.com/commitizen-tools/commitizen/issues/1481
Add commit hash and issue number to the changelog format as optional variables #1229https://github.com/commitizen-tools/commitizen/issues/1229
Release after dev release results in error #1180https://github.com/commitizen-tools/commitizen/issues/1180
prepare-commit-msg pre-commit hook #1393https://github.com/commitizen-tools/commitizen/issues/1393
Problem executing cz commit in prepare-commit-msg hook on Mac #1386https://github.com/commitizen-tools/commitizen/issues/1386
Problem executing cz commit in prepare-commit-msg hook on Mac #1386https://github.com/commitizen-tools/commitizen/issues/1386
[breaking] remove cmd.run string signature #1944https://github.com/commitizen-tools/commitizen/issues/1944
#1968https://github.com/commitizen-tools/commitizen/pull/1968
#1971https://github.com/commitizen-tools/commitizen/pull/1971
#1974https://github.com/commitizen-tools/commitizen/pull/1974
#1984https://github.com/commitizen-tools/commitizen/pull/1984
#1985https://github.com/commitizen-tools/commitizen/pull/1985
#1986https://github.com/commitizen-tools/commitizen/pull/1986
#1979https://github.com/commitizen-tools/commitizen/pull/1979
#1982https://github.com/commitizen-tools/commitizen/pull/1982
#1987https://github.com/commitizen-tools/commitizen/pull/1987
#1964https://github.com/commitizen-tools/commitizen/issues/1964
bearomorphismhttps://github.com/bearomorphism
issue-status: needs-triagehttps://github.com/commitizen-tools/commitizen/issues?q=state%3Aopen%20label%3A%22issue-status%3A%20needs-triage%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.