Skip to content

Commit 6c15f27

Browse files
authored
Merge pull request #7315 from oscr/spelling-enhancement
📖 Fix spelling of enhancement
2 parents 8732df1 + 2447e00 commit 6c15f27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ When submitting the PR remember to label it with the 📖 (:book:) icon.
209209

210210
## Proposal process (CAEP)
211211

212-
The Cluster API Enhacement Proposal is the process this project uses to adopt new features, changes to the APIs, changes to contracts between components, or changes to CLI interfaces.
212+
The Cluster API Enhancement Proposal is the process this project uses to adopt new features, changes to the APIs, changes to contracts between components, or changes to CLI interfaces.
213213

214214
The [template](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/YYYYMMDD-template.md), and accepted proposals live under [docs/proposals](https://github.com/kubernetes-sigs/cluster-api/tree/main/docs/proposals).
215215

216-
- Proposals or requests for enhacements (RFEs) MUST be associated with an issue.
216+
- Proposals or requests for enhancements (RFEs) MUST be associated with an issue.
217217
- Issues can be placed on the roadmap during planning if there is one or more folks
218-
that can dedicate time to writing a CAEP and/or implementating it after approval.
218+
that can dedicate time to writing a CAEP and/or implementing it after approval.
219219
- A proposal SHOULD be introduced and discussed during the weekly community meetings or on the
220220
[Kubernetes SIG Cluster Lifecycle mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle).
221221
- Submit and discuss proposals using a collaborative writing platform, preferably Google Docs, share documents with edit permissions with the [Kubernetes SIG Cluster Lifecycle mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle).

docs/proposals/YYYYMMDD-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ superseded-by:
2323
<!-- BEGIN Remove before PR -->
2424
To get started with this template:
2525
1. **Make a copy of this template.**
26-
Copy this template into `docs/enhacements` and name it `YYYYMMDD-my-title.md`, where `YYYYMMDD` is the date the proposal was first drafted.
26+
Copy this template into `docs/enhancements` and name it `YYYYMMDD-my-title.md`, where `YYYYMMDD` is the date the proposal was first drafted.
2727
1. **Fill out the required sections.**
2828
1. **Create a PR.**
2929
Aim for single topic PRs to keep discussions focused.

0 commit comments

Comments
 (0)