Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 1.15 KB

Contributions and feedback of all kind are welcome! Please see below how to best reach us or contribute.

Submitting an issue

If you have questions about the use of the package please consider contacting us via the mailing list

If you find a bug or have concrete suggestions for improvements feel free to open an issue on the Github issue tracker.

Submitting an patch/pull request

Patches and pull requests can also be submitted via Github. Please include your name in the copyright statement at the beginning of the file.

Styleguide

In order to keep the code readable we try to follow the PEP8 Style Guide

Consider checking your contribution with the PEP8 style checker

Noteable exceptions are docstrings which sometimes would get misformated when PEP8 is followed strictly. For docstrings we follow the numpydoc style.