Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 685 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (8 loc) · 685 Bytes

How to contribute

  • Fork the repository on GitHub and create a pull request.
  • Contact me first if you plan to implement a larger feature, as I might have specific ideas on how this is done best.
  • Each feature must be accompanied by a test.
  • Each commit must pass all tests.
  • Each commit should be a meaningful logical unit; clean-up comments such as “fixing typo” should be amended to the relevant commit.
  • Write commit messages in the present tense and end them with a dot.
  • Code beautifully.