Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.16 KB

File metadata and controls

32 lines (23 loc) · 1.16 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 follow the PEP8 Style Guide. We use ruff to automatically format and check code style. Consider checking your contribution by running ruff format and ruff check in the root directory of the package.

Notable exceptions are docstrings for which we follow the numpydoc style.