Conventional Commit Generator

Conventional Commit Types
feat: A new feature for the user or a significant addition to the codebase
fix: A bug fix for the user or a fix to a problem in the codebase
docs: Changes to documentation only
test: Adding missing tests or correcting existing tests
refactor: A code change that neither fixes a bug nor adds a feature
style: Changes that do not affect the meaning of the code (white-space, formatting, etc)
perf: A code change that improves performance
build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ci: Changes to our CI configuration files and scripts (examples: Github Actions, SauceLabs)