bug_report.yml
bug_report.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| 🛠 Bug report | Create a report to help us improve | bug |
A clear and concise description of what the bug is
Steps to reproduce the behavior
What happens actually so you think this is a bug.
A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
Please use the following command to retrieve environment information
cz version --reportIf cz version --report is not available, please run the following commands to retrieve your environment information:
echo "Commitizen Version: $(cz version)"
echo "Python Version: $(python3 -c 'import sys; print(sys.version)')"
echo "Operating System: $(python3 -c 'import platform; print(platform.system())')"