Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 638 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 638 Bytes

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

  1. Adhere to PEP-8 standards.
  2. Run black and isort linters before creating a PR.
  3. Any changes to core functionality must pass all existing unit tests.
  4. Additional functionality should have associated unit tests.
  5. Provide documentation (Numpy Docstring format) whenever possible, even for simple functions or classes.