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:
- Raise an issue first of what you are working on.
- 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 tests for all the changes made to make sure that everything works as expected.
- We will also do thorough testing on our end so that broken code is not pushed.
*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.