Description
To help with the adoption of Commitizen by project contributors who are unfamiliar with Commitizen, it would be nice if cz commit could run automagically whenever a user tries to git commit. That is, cz commit should transparently replace git commit.
Possible Solution
Your project is already using pre-commit for cz check (🎉 yeah! 🎉). It would be nice if there were a pre-commit hook that could run on prepare-commit-msg.
Additional context
pre-commit project