AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:

Home Page:https://gitmoji.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat]: add prompt with list for commit types

AndreasAugustin opened this issue · comments

Describe the feature

Currently the commit types are free text.
Would be nice to have a list to choose from.

Use Case

types should be the same in a repo.
Therefore would be nice to have a list to choose from.

Proposed Solution

Have a list with available types and scopes which are shown after the gitmoji list.
Showing the list should be configurable.

As a predefined set of the items the list from angular or commitlint should be a nice start
https://gist.github.com/brianclements/841ea7bffdb01346392c
https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional

Acknowledgements

  • I may be able to implement this feature request