Better Commits
Create your better commit
A tool for writing better commits, following the
conventional commits
guidelines.
โจ Feat - A new feature
๐ Fix - A bug fix
๐ Docs - Documentation only changes
๐จ Refactor - A code change that neither fixes a bug nor adds a feature
๐ Perf - A code change that improves performance
๐จ Test - Adding missing tests or correcting existing tests
๐ง Build - Changes that affect the build system or external dependencies
๐ค CI - Changes to our CI configuration files and scripts
๐งน Chore - Other changes that do not modify src or test files
๐ Style - Changes that do not affect the meaning of the code
Add emoji in message?
Create and copy to clipboard