Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 557 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 557 Bytes

Writing commit messages

Based on Chris Beams seven Rules of a great Git commit message.

  1. Separate subject from body with a blank line.
  2. Limit the subject line to 50 characters.
  3. Do not end the subject line with a period.
  4. Use the imperative mood in the subject line.
  5. Wrap the body at 72 characters.
  6. Use the body to explain what and why vs. how.

Example commit title:

💄 Add styling for navigation bar

Gitmoji is used for commit messages