We'd love to accept your patches! To contribute to Website simply open a pull request against the develop branch
Ensure you have a develop branch before you place the link.
To ensure you that your pull request is accepted:
- Describe your changes in the pull request description.
- Be consistent with the coding style being used.
- Make commits of logical units
- Write descriptive commit messages and not 2 worded commits.
- Check for unnecessary whitespace with
git diff --check
before committing.
*Add BELOW IF YOU HAD STRTED BY WRITING TESTS. otherwise, ignore*
* Write tests:
* new features should include tests
* changes to existing code should be reflected in the tests
* code coverage should not decrease
* run **all** the tests to assure nothing else was accidentally broken.