From 1685ce65c31fa3c0946ae906dd7352e36dfa2cb6 Mon Sep 17 00:00:00 2001 From: caleb miles Date: Sun, 24 Sep 2017 21:50:38 -0700 Subject: Update KEP development process with link to KEP template --- contributors/design-proposals/kep-development-process.md | 16 +++++----------- 1 file 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 -- cgit v1.2.3