Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 705 Bytes

File metadata and controls

20 lines (14 loc) · 705 Bytes

Contributing

Contributions are welcome and will be fully credited.

Pull Requests

  • Add tests — your patch won't be accepted if it doesn't have tests.
  • Document any change in behaviour — make sure the README.md and any relevant files in docs/ are kept up to date.
  • Create feature branches — don't ask us to pull from your main branch.
  • One pull request per feature — if you want to do more than one thing, send multiple pull requests.
  • Send coherent history — make sure each individual commit in your pull request is meaningful.

Running Tests

pip install -e ".[test]"
pytest --cov=dhivehigpt_sdk --cov-report=term-missing

Happy coding!