Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 413 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 413 Bytes

Contributing

Test Coverage

To contribute to bemis, please make sure that any new features or changes to existing functionality include test coverage.

Pull requests that add or change code without coverage have a much lower chance of being accepted.

Code Formatting

Please format your code using yapf with pep8 style prior to issuing your pull request.