Consider starting the commit message with an applicable emoji:
- 🎨
:art:when improving the format/structure of the code - 💚
:green_heart:when fixing the CI build - ♻️
:recycling:project Environment - ✅
:white_check_mark:when adding tests - 👕
:shirt:when removing linter warnings - ✨
:sparkles:new feature - 🐛
:bug:bugfix - 📇
:card_index:text update or typo - 📚
:books:documentation - 🐎
:racehorse:performance - 💄
:lipstick:cosmetic (UI) - 🔧
:wrench:tooling & scripting - 🚧
:construction:work in progress (WIP) - ⬆️
:arrow_up:when upgrading dependencies - ⬇️
:arrow_down:when downgrading dependencies - 🔥
:fire:when removing code or files - 💩
:poop:deprecation - 🔬
:microscope:experimental try - 📷
:camera:snapshot update
Add issue first. And make Pull Request. 👍
Guidelines are enforced using ESLint:
$ npm run test