seatonjiang / gitmoji-vscode

Gitmoji tool for git commit messages in VSCode
https://marketplace.visualstudio.com/items?itemName=seatonjiang.gitmoji-vscode
MIT License
277 stars 30 forks source link

Extend for conventional commit spec #53

Open megasanjay opened 1 year ago

megasanjay commented 1 year ago

Is there some way of extending the emoji paste feature to include the commit type? This way selecting the emoji would also add the commit type in front of the emoji and only leave the message for us to write.

The best practice for commit names uses the conventional commit spec to describe the commit.

The format we follow is <commit-type>: ✨ <commit-description> A sample list that can be followed can be found here: https://dev.fairdataihub.org/git/commits.html#type