Skip to content

Latest commit

 

History

History
69 lines (66 loc) · 1.99 KB

File metadata and controls

69 lines (66 loc) · 1.99 KB
NameAboutLabelsAssignees
🛠 Bug reportCreate a report to help us improvebug

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 --report

If 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())')"