diff options
| author | caleb miles <caleb.miles@coreos.com> | 2017-09-24 21:50:38 -0700 |
|---|---|---|
| committer | caleb miles <caselim@gmail.com> | 2017-09-26 01:42:35 -0700 |
| commit | 1685ce65c31fa3c0946ae906dd7352e36dfa2cb6 (patch) | |
| tree | f5b83fba2ca6c0daef2fa5fad68a9128c0d8b696 | |
| parent | c9764bd65be12f9c2abd4a9e2796a90c172c4edd (diff) | |
Update KEP development process with link to KEP template
| -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 |
