Thank you for considering contributing to this repository.
- Open an issue to discuss larger changes before implementing them.
- Fork the repository and create a feature branch for your change.
- Keep changes small and focused; include tests for behavior changes.
- Run the test suite and ensure all checks pass before submitting a PR.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest