Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 504 Bytes

File metadata and controls

19 lines (15 loc) · 504 Bytes

Thank you for considering contributing to this repository.

Guidelines

  • 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.

Running tests locally

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest