vscode-git-semantic-commit
vscode-git-semantic-commit copied to clipboard
feat: Supporting python's commitizen configuration file
It would be great to support the configuration format for Python's implementation of commititzen. You can see here how it's configured: https://commitizen-tools.github.io/commitizen/config/
The syntax seems quite simple and doesn't necessarily involve pacakges. This way, we can configure the CLI and the IDE all with a single file! 🚀
Thanks for the suggestion - integrating with Commitizen (in general including the other configuration files) could be pretty handy indeed.
Maybe would you (or anyone else seeing this issue) like to contribute this feature?