AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:
https://gitmoji.dev/
MIT License
8 stars 0 forks source link

[Feat]: add prompt with list for commit types #19

Closed AndreasAugustin closed 1 year ago

AndreasAugustin commented 1 year ago

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