Contributions are welcome and will be fully credited.
- Add tests — your patch won't be accepted if it doesn't have tests.
- Document any change in behaviour — make sure the
README.mdand any relevant files indocs/are kept up to date. - Create feature branches — don't ask us to pull from your
mainbranch. - 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.
pip install -e ".[test]"
pytest --cov=dhivehigpt_sdk --cov-report=term-missingHappy coding!