From a53dbde30c0612b7910df4e5c40923137e8f859c Mon Sep 17 00:00:00 2001 From: Stoyan Rachev Date: Mon, 29 Mar 2021 18:34:57 +0300 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Max Becker --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2813497d..2242d6bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,7 @@ Due to legal reasons, contributors will be asked to accept a Developer Certifica If you want to contribute bigger changes to Gardener, such as when introducing new API resources and their corresponding controllers, or implementing an approved [Gardener Enhancement Proposal](https://github.com/gardener/gardener/tree/master/docs/proposals), follow these guidelines: -* Avoid proposing a big change in one single PR. Instead, split your work into multiple stages and create one PR for each stage. For example, if introducing a new API resource and its controller, these stages could be: +* Avoid proposing a big change in one single PR. Instead, split your work into multiple stages which are independently mergeable and create one PR for each stage. For example, if introducing a new API resource and its controller, these stages could be: * API resource types, including defaults and generated code. * API resource validation. * API server storage.