Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 1.2 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Making a Pull Request

  1. Fork and clone this repo
  2. Create your local branch
  3. Make sure that you have all requirements to run the project locally
  4. Always run tests before sending a PR to make sure the license headers and the manifests are updated (and of course the unit tests are passing)
  5. Submit a pull request against the upstream source repository

Requirements to run locally

  • Go 1.20
  • Operator SDK 1.10
  • Local Kubernetes 1.27 e.g.: minikube, k3d, kind

Running tests

To run tests locally, run the following command:

make test

Running application

To run application, run the following command:

make run