Skip to main content

Contributing

We welcome all contributions from the community! Any contributions to spock should come through valid Pull/Merge Requests in the public 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 (Google Docstring format) whenever possible, even for simple functions or classes.