Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 383 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 383 Bytes

Contributing

  • Fork and download the git repo
  • Create a branch for your changes
  • Link the provided pre-commit hook to .git/hooks/pre-commit
  • Run the tests, before you make changes, to make sure everything works
  • Change the code for your PR
  • Write (or modify) tests to make sure your changes work. Aim for 100% unit and functional coverage.
  • Submit the Pull Request