Skip to content

Development

Contributing

Contributions are welcome! Please follow these standards:

  • Docstrings: Google style is mandatory.
  • Tests: New features must be covered by tests in tests/.
  • API Coverage: Must remain above 95%.

Release Process

  1. Bump version in pyproject.toml.
  2. Generate changelog via git-cliff.
  3. Deploy documentation via GitHub Actions.