See comments in index.html
for instructions.
Open index.html
in Google Chrome.
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally
- Consider starting the commit message with an applicable emoji:
- Improvements
- 🎨
:art:
when improving the format/structure of the code - 🔥
:fire:
when removing code or files - 🎉
:tada:
when adding a feature - 🐐
:goat:
when improving performance
- 🎨
- Misc
- 📝
:memo:
when writing docs
- 📝
- Dependencies
- ⬆️
:arrow_up:
when upgrading dependencies - ⬇️
:arrow_down:
when downgrading dependencies
- ⬆️
- Improvements
- Always favor stateless components