If you want to contribute to the Gardener, please do that always on a dedicated branch on your own fork named after the purpose of the code changes, for example feature/helm-integration
.
Please do not forget to rebase your branch regularly.
If you have finished your work, please create a pull request based on master
. It will be reviewed and merged if no further changes are requested from you.
$ make verify
🚨 Please run ./hack/generate-code
whenever you modify the any API within pkg/apis
.
Please do not file your pull request unless you receive a successful response from here!
Please refer to the Gardener contributor guide.