diff --git a/docs/book/src/clusterctl/provider-contract.md b/docs/book/src/clusterctl/provider-contract.md index 8830d1e2f7bd..1112508ee041 100644 --- a/docs/book/src/clusterctl/provider-contract.md +++ b/docs/book/src/clusterctl/provider-contract.md @@ -53,7 +53,7 @@ entitlement, recognition or support by the Cluster API maintainers. -This is the process to add a new provider to add a new project to the pre-defined list of providers shipped with `clusterctl`: +This is the process to add a new provider to the pre-defined list of providers shipped with `clusterctl`: - As soon as possible, create an issue to the [Cluster API repository](https://sigs.k8s.io/cluster-api) declaring the intent to add a new provider; each provider must have a unique name & type in the pre-defined list of providers shipped with `clusterctl`; the provider's name must be declared in the issue above and abide to the following naming convention: @@ -64,10 +64,10 @@ This is the process to add a new provider to add a new project to the pre-define - Create a PR making the necessary changes to clusterctl and the Cluster API book, e.g. [#9798](https://github.com/kubernetes-sigs/cluster-api/pull/9798), [9720](https://github.com/kubernetes-sigs/cluster-api/pull/9720/files). -The Cluster API maintainers will review issue/PRs for adding new providers; if the PR merges before code freeze deadline -for a the next Cluster API minor release, changes will be included it in the such release, otherwise in the next minor -release; maintainers will also consider if possible/convenient to backport to the current Cluster API minor release -branch and included in the next patch release. +The Cluster API maintainers will review issues/PRs for adding new providers. If the PR merges before code freeze deadline +for the next Cluster API minor release, changes will be included in the release, otherwise in the next minor +release. Maintainers will also consider if possible/convenient to backport to the current Cluster API minor release +branch to include it in the next patch release.