Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 718 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 718 Bytes

Contributing

If you want to add functionality to this project, pull requests are welcome.

  • Fork the repo.
  • Create a branch based off master and do all of your changes with in it.
  • If you have to pause to add a 'and' anywhere in the title, it should be two pull requests.
  • Make commits of logical units and describe them properly
  • Check for unnecessary whitespace with git diff --check before committing.
  • If possible, submit tests to your patch / new feature so it can be tested easily.
  • Assure nothing is broken by running all the test
  • Please ensure that it complies with coding standards.
  • Branches WILL be rebased into master.

Please raise any issues with this project as a GitHub issue.