Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 338 Bytes

File metadata and controls

16 lines (12 loc) · 338 Bytes

Contributing

Thanks for considering contributing to pyTorque!

Setup

  1. Create virtual env
  2. pip install -e .[dev]
  3. Run tests: pytest

Pull Requests

  • Keep PRs focused and small.
  • Add or update tests for behavior changes.
  • Ensure pytest -q passes.

Releasing

(Placeholder for release instructions.)