ContributingΒΆ
Thanks for your interest in contributing!
Reporting bugs: Open an issue on GitHub with a description, steps to reproduce, and your Python/MATLAB version and OS.
Requesting features: Open a GitHub issue describing the feature and its use case.
Contributing code:
Fork the repository
Create a branch (
git checkout -b my-feature)Make your changes
Run the tests:
python -m pytest tests/Open a pull request
Please keep code concise and match the existing style.
Getting help: Open a GitHub issue or email juliemfabre@gmail.com.