Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Max Becker <[email protected]>
  • Loading branch information
stoyanr and BeckerMax authored Mar 29, 2021
1 parent df7fb9a commit a53dbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a53dbde

Please sign in to comment.