It's a plugin for commitizen that follows specifications from conventional commmits.
- Emojis 👽
- Time spent and related tasks
- All from commitizen
<type>(scope): <description> [Time spent][Related tasks]
[optional body]
pip install commitizen-emoji
cz --name cz_commitizen_emoji commit
or reduced format:
cz -n cz_commitizen_emoji c
Marcelo Maia (mmaia.cc@gmail.com)