Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 1.16 KB

Contributing guidelines

Sign the CLA

Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests. Please see https://git.k8s.io/community/CLA.md for more info

Contributing A Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owners will respond to your issue promptly.
  3. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
  4. Fork the desired repo, develop and test your code changes.
  5. Submit a pull request.

Code Generation

This project uses and is built with kubebuilder. Kubebuilder does generates some of the code. Prior to submitting a pull request please check that you are not altering generated code and check if you need to regenerated code due to your change.

  1. Make changes to the Application CRD.
  2. Add tests.
  3. Regenerate the generated code using kubebuilder generate.
  4. Update the example