Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.01 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

  1. Submit an issue describing your proposed change
  2. The repo owners will respond to your issue promptly.
  3. Develop and test your code changes.
  4. Submit a pull request.

CI Tests

See Travis file to check the travis tests. It is setup to run for all pull requests. In the Pull request check the CI job continuous-integration/travis-ci/pr and click on Details.

Changing API

This project uses and is built with kubebuilder. To regenerate code after changes to the Application CRD, run make generate. Typically make all would take care of it. Make sure you add enough tests. Update the example