Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 864 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 864 Bytes

Contributing to droidconKE

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:

  1. Describe your changes in the pull request description.
  2. Be consistent with the coding style being used.
  3. Make commits of logical units
  4. Write descriptive commit messages and not 2 worded commits.
  5. Check for unnecessary whitespace with git diff --check before committing.

NOTE


*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.