Thanks for taking the time to join our community and start contributing!
The Contributor Guide provides detailed instructions on how to get your ideas and bug fixes seen and accepted.
Please remember to sign the CNCF CLA and read and observe the Code of Conduct.
If you add or modify Go code, make sure to generate the necessary Bazel (BUILD.bazel
) files:
./hack/update-all.sh
Before submitting a pull request, please make sure to verify that all tests are passing:
./hack/verify-all.sh