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- 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 (Google Docstring format) whenever possible, even for simple functions or classes.