Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 1.31 KB

Contributing

First off, thanks for taking the time! We'd love to hear from you! Drop us a line in our chatroom!

If you are interested in contributing to Metaflow, we wrote a guide to get you started.

We'd appreciate issue reports if you run into trouble using Metaflow.

Community

Everyone is welcome to join us in our chatroom!

Please maintain appropriate, professional conduct while participating in our community. This includes all channels of communication. We take reports of harassment or unwelcoming behavior very seriously. To report such behavior, please contact us via email.

Code style

We use black as a code formatter. The easiest way to ensure your commits are always formatted with the correct version of black it is to use pre-commit: install it and then run pre-commit install once in your local copy of the repo.

We also follow the numpydoc docstring style to enable automatic documentation using nbdoc.