Contributing to the project
You can help/contribute in many ways:
- Bring in new ideas and discussions
- Report bugs in our issue tracker
- Add documentation
- Write code
Writing code
Fork the repository locally and install it as editable package:
Code style
- Please only write Black styled code. You can automate that by using your IDE's save trigger feature.
- Document your code well, using Napoleon style docstrings.
- Write appropriate tests for your code.