1
0
mirror of https://github.com/ko-build/ko.git synced 2024-11-19 18:01:46 +02:00
ko-build/CONTRIBUTING.md
Chris Aniszczyk 9004ba1d6e Update CONTRIBUTING.md
Since the project is part of CNCF, a CLA is no longer needed, especially the Google CLA :)
2024-06-10 00:05:31 -04:00

623 B

How to Contribute to ko

We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.

Code reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.

Testing

Ensure the following passes:

./hack/presubmit.sh

and commit any resultant changes to go.mod and go.sum. To update any docs after client changes, run:

./hack/update-codegen.sh