We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 377c8b0 + 617b610 commit 6119504Copy full SHA for 6119504
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -48,14 +48,14 @@ body:
48
attributes:
49
label: Environment
50
description: |
51
- For older commitizen versions, please include the output of the following commands manually
52
- placeholder: |
53
- - commitizen version: `cz version`
54
- - python version: `python --version`
55
- - operating system: `python3 -c "import platform; print(platform.system())"`
+ Please use the following command to retrieve environment information
56
57
```bash
58
cz version --report
59
```
+ placeholder: |
+ Commitizen Version: 4.0.0
+ Python Version: 3.13.3 (main, Apr 8 2025, 13:54:08) [Clang 16.0.0 (clang-1600.0.26.6)]
+ Operating System: Darwin
60
validations:
61
required: true
0 commit comments