We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d57306 commit b896650Copy full SHA for b896650
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -53,6 +53,14 @@ body:
53
```bash
54
cz version --report
55
```
56
+
57
+ If `cz version --report` is not available, please run the following commands to retrieve your environment information:
58
59
+ ```bash
60
+ echo "Commitizen Version: $(cz version)"
61
+ echo "Python Version: $(python3 -c 'import sys; print(sys.version)')"
62
+ echo "Operating System: $(python3 -c 'import platform; print(platform.system())')"
63
+ ```
64
placeholder: |
65
Commitizen Version: 4.0.0
66
Python Version: 3.13.3 (main, Apr 8 2025, 13:54:08) [Clang 16.0.0 (clang-1600.0.26.6)]
0 commit comments