Skip to content

Commit d0f0dd8

Browse files
committed
Add missing subareas to contribution docs
1 parent b2f4500 commit d0f0dd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Any backport MUST NOT be breaking for API or behavioral changes.
8686
We usually backport critical bugs or security fixes, changes to support new Kubernetes minor versions (see [supported Kubernetes versions](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions)), documentation and test signal improvements. Everything else is considered case by case.
8787

8888
Release branches outside of the [standard support period](https://github.com/kubernetes-sigs/cluster-api/blob/main/CONTRIBUTING.md#cluster-api-release-support) are usually frozen,
89-
although maintainers may allow backports to releases in [maintenance mode](https://github.com/kubernetes-sigs/cluster-api/blob/main/CONTRIBUTING.md#cluster-api-release-support) in specific situations
89+
although maintainers may allow backports to releases in [maintenance mode](https://github.com/kubernetes-sigs/cluster-api/blob/main/CONTRIBUTING.md#cluster-api-release-support) in specific situations
9090
like CVEs, security, and other critical bug fixes.
9191

9292
### APIs
@@ -377,7 +377,7 @@ licenses dependencies and other artifacts use. For go dependencies only dependen
377377

378378
This project follows the [Kubernetes API conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md).
379379
We enforce the API conventions via [kube-api-linter](https://github.com/kubernetes-sigs/kube-api-linter).
380-
The corresponding configuration field can be found [here](https://github.com/kubernetes-sigs/cluster-api/blob/main/.golangci-kal.yml).
380+
The corresponding configuration field can be found [here](https://github.com/kubernetes-sigs/cluster-api/blob/main/.golangci-kal.yml).
381381

382382
Minor additions to the conventions are listed below.
383383

@@ -458,3 +458,5 @@ As of today there are following OWNERS files/Owner groups defining sub areas:
458458
- [Test](https://github.com/kubernetes-sigs/cluster-api/tree/main/test)
459459
- [Test Framework](https://github.com/kubernetes-sigs/cluster-api/tree/main/test/framework)
460460
- [Docs](https://github.com/kubernetes-sigs/cluster-api/tree/main/docs)
461+
- [Machine pools](https://github.com/kubernetes-sigs/cluster-api/tree/main/internal/controllers/machinepool)
462+
- Ignition support [in kubeadm Bootstrap Provider](https://github.com/kubernetes-sigs/cluster-api/tree/main/bootstrap/kubeadm/internal/ignition) and [in CAPD](https://github.com/kubernetes-sigs/cluster-api/tree/main/test/infrastructure/docker/internal/provisioning/ignition)

0 commit comments

Comments
 (0)