Hi! Thanks for your interest in contributing to the VulnCheck Python SDK!
The VulnCheck Python SDK is auto-generated using OpenAPI Generator. This allows us to keep the SDK in-sync with the current state of the client using the OpenAPI endpoint.
If you find a bug in the SDK please submit a bug with this template. If you'd like to see a new feature, please use the feature request template.
Prerequisites:
- Python 3.7+
Run tests with: make test
- Create a new branch:
git checkout -b my-branch-name - Make your change, add tests, and ensure tests pass
- Update any relevant documentation
- Submit a pull request:
gh pr create --web