Contributing
We welcome all contributions from the community! Any contributions to stoke
should come through valid Pull Requests
in the public open-source repository.
Contribution Guidelines
- Adhere to PEP-8 standards.
- Run black and isort linters before creating a PR.
- Any changes to core functionality must pass all existing unit tests.
- Additional functionality should have associated unit tests.
- Provide documentation (Numpy Docstring format) whenever possible, even for simple functions or classes.