Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 673 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 673 Bytes

Contributing to Done

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Please open an issue and discuss the problem / feature before starting to code.

Code style

Keep the style consistent with existent code.

Git Commit Messages

Follow the 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. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Use the imperative mood in the subject line
  6. Wrap the body at 72 characters
  7. Use the body to explain what and why vs. how