commitizen-tools/commitizen_cz_template

Change questions' type field to be 1:1 with questionary

Zylvian opened this issue · 1 comments

According to the Commitizen Customization docs:
The type of questions. Valid type: list, input and etc. See More

Available types on the questionary docs are not the same as used by commitizen templates, and hence I'm not sure what "etc." refers to.

Lee-W commented

Hi @Zylvian , I think this issue is an issue to commitizen itself instead of this template. In the Additional Feature section in questionary, you'll find Alternative style to create questions using a configuration dictionary. We use this kind of style to achieve customization by reading the configuration file.

This template is for those who want to implement advance features.