Thank you for your interest in contributing to SpinStep!
We welcome pull requests, issues, and suggestions.
- Please check for existing issues before opening a new one.
- When reporting bugs, include steps to reproduce and relevant logs/traces.
- For feature requests, describe your use case and desired API.
- Fork the repository and create a new branch for your patch or feature.
- Follow code style and naming conventions (see below).
- Add or update tests as appropriate.
- Update documentation if your change affects the public API or user experience.
- Reference any related issues in your PR description.
- Write clear, readable Python code.
- Use PEP8 as a baseline; check with
flake8. - Docstrings: Use NumPy style for modules, classes, and functions.
- All public API functions/classes must have docstrings and type annotations.
- All new features and bug fixes should come with tests.
- Run all tests with
pytestbefore submitting your PR. - If adding a new traversal mode or orientation set, include edge cases and property-based tests.
- All PRs are automatically tested on multiple Python versions.
- PRs with failing tests or linting will not be merged.
spinstep/— Core library codetests/— Unit and integration testsdocs/— Documentation, guides, and usage examplesnotebooks/— Interactive demos and educational materials
- Be respectful and constructive in all discussions.
- We follow the Contributor Covenant Code of Conduct.
Thank you for helping make SpinStep better!
| 🏠 Home |