diff options
| -rw-r--r-- | contributors/design-proposals/kep-development-process.md | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/contributors/design-proposals/kep-development-process.md b/contributors/design-proposals/kep-development-process.md index dc3e4f97..596aa8bf 100644 --- a/contributors/design-proposals/kep-development-process.md +++ b/contributors/design-proposals/kep-development-process.md @@ -1,4 +1,4 @@ -# Proposal to Standardize Development Process +# Kubernetes Enhancement Proposal (KEP) Process ## Metadata ``` @@ -28,17 +28,9 @@ metadata: documentation: - [someDocsLinkURL]() related: - - [someRelatedKEPURL]() + - [KEP template](https://github.com/kubernetes/community/pull/1124) ``` -## Responsible SIG(s) - -- SIG Release -- SIG PM -- SIG Architecture -- SIG Testing -- Steering Committee - ## Summary A standardized development process for Kubernetes is proposed in order to: @@ -150,7 +142,9 @@ changes. ### KEP Template -The template for a KEP will be submitted in a separate proposal +The template for a KEP is precisely defined in the [template proposal][] + +[template proposal]: https://github.com/kubernetes/community/pull/1124 ### KEP Workflow |
