We'd love to accept your patches!
To contribute to droidconKE simply open a pull request against the develop branch
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 STARTED 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.