Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 965 Bytes

CONTRIBUTING.rst

File metadata and controls

28 lines (20 loc) · 965 Bytes

Contributing

Use Github Pull Requests

All potential code changes should be submitted as pull requests on Github. A pull request should only include commits directly applicable to its change (e.g. a pull request that adds a new feature should not include PEP8 changes in an unrelated area of the code).

Code Style

Code must be compliant with PEP 8. Use the latest version of black to catch formatting issues.

Git commit messages should include a summary and proper line wrapping.

Update Tests and Documentation

All non-trivial changes should include full test coverage. Please review the package's documentation to ensure that it is up to date with any changes.