Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 813 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 813 Bytes

Contributing

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.

Autogenerating Bazel Configs

If you add or modify Go code, make sure to generate the necessary Bazel (BUILD.bazel) files:

./hack/update-all.sh

Submitting a Pull Request

Before submitting a pull request, please make sure to verify that all tests are passing:

./hack/verify-all.sh