Use gitmoji to make commits. Please consider installing this globally on your machine.
When ready to commit please do the following:
- Make sure gitmoji is initiated
gitmoji -i
- Add the files your creating a commit for
git add $[FILES]
- Run the gitmoji cli
git commit
- Choose the right emoji corresponding to your work. For a full visual list visit the gitmoji site
- Enter the commit title of what your work represents
- Commit message is not needed if your title is clear enough
- If it's a bug fix state the issue #
- Hit
⏎
(enter) to sign the commit - Vim will open write and quit this to finish the commit
:wq
- Push the commits (pat your self on the back you've done it)
Before making a Pull Request (PR) makes sure the code passes the linter npm run lint
. If this doesn't throw errors in your terminal you are ready to make a PR.
- Make sure the title is explanatory
- Make sure the description explains whats new or fixed