Skip to content

Latest commit

Β 

History

History
29 lines (22 loc) Β· 1.22 KB

File metadata and controls

29 lines (22 loc) Β· 1.22 KB

Commit Guidelines

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.

Emoji Styleguide

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