We like commits to be clear, concise and easy to review. Please follow the following rules:
- Keep commits small, clear and specific
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move file to..." not "Moves file to...")
- Limit the first line to 72 characters or less
- Do not reference issues/pull requests in commit messages
If you are having trouble writing a succinct commit message, or if it includes the word 'and', consider splitting the commit into smaller ones.
Consider selecting an emoji for each of your commits (based on Atom's emoji styleguide).
Examples:
- π
:bug:- Bug fixes - π
:memo:- Adding docs - π₯
:fire:- Removing code - π¦
:package:- Adding new packages - π
:green_heart:- Fixes CI Build - π¨
:art:- Adding UI components - β
:white_check_mark:Adding tests - β¨
:sparkles:- Adding a new feature - π§
:construction:- Refactor - π
:lipstick:- Cosmetic changes to code style - π
:triangular_ruler:- Pixel perfect changes to UI