Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.88 KB

File metadata and controls

34 lines (24 loc) · 1.88 KB

Contributing

Thanks for taking the time to join our community and start contributing!

Please remember to read and observe the Code of Conduct.

This project accepts contribution via github pull requests. This document outlines the process to help get your contribution accepted. Please also read the Kubernetes contributor guide.

Sign the Contributor License Agreement

We'd love to accept your patches! Before we can accept them you need to sign Cloud Native Computing Foundation (CNCF) CLA.

Reporting an issue

If you have any problem with the package or any suggestions, please file an issue.

Contributing a Patch

  1. Submit an issue describing your proposed change to the repo.
  2. Fork this repo, develop and test your code changes.
  3. Submit a pull request.
  4. The bot will automatically assign someone to review your PR. Check the full list of bot commands here.

Sync Bazel dependency versions

The root pom.xml is the source of truth for Maven and Bazel dependency versions. If you update a managed dependency version there, also regenerate the Bazel dependency block and lock file before sending your PR:

  1. Run python3 scripts/sync_bazel_dependencies.py
  2. Run REPIN=1 bazel run @maven//:pin
  3. Commit the updated MODULE.bazel and maven_install.json

Contact

You can reach the maintainers of this project at SIG API Machinery or on the #kubernetes-client channel on the Kubernetes slack.