Move the KEP template to the root of the repo.

Also including here a change to the template to call out risks in general vs. just security.

Signed-off-by: Joe Beda <joe.github@bedafamily.com>
This commit is contained in:
Joe Beda 2017-12-19 09:34:30 -08:00
parent 3fd1ec027b
commit 12577ba491
No known key found for this signature in database
GPG Key ID: 4296898C63A3591D
4 changed files with 15 additions and 5 deletions

View File

@ -1,6 +1,8 @@
reviewers:
- sig-architecture-leads
- jbeda
approvers:
- sig-architecture-leads
- jbeda
labels:
- sig/architecture

View File

@ -58,7 +58,6 @@ See the KEP process for details on each of these items.
A table of contents is helpful for quickly jumping to sections of a KEP and for highlighting any additional information provided beyond the standard KEP template.
[Tools for generating][] a table of contents from markdown are available.
* [Table of Contents](#table-of-contents)
* [Summary](#summary)
* [Motivation](#motivation)
@ -69,13 +68,12 @@ A table of contents is helpful for quickly jumping to sections of a KEP and for
* [Story 1](#story-1)
* [Story 2](#story-2)
* [Implementation Details/Notes/Constraints [optional]](#implementation-detailsnotesconstraints-optional)
* [Security Considerations](#security-considerations)
* [Risks and Mitigations](#risks-and-mitigations)
* [Graduation Criteria](#graduation-criteria)
* [Implementation History](#implementation-history)
* [Drawbacks [optional]](#drawbacks-optional)
* [Alternatives [optional]](#alternatives-optional)
[Tools for generating]: https://github.com/ekalinin/github-markdown-toc
## Summary
@ -125,9 +123,11 @@ What are some important details that didn't come across above.
Go in to as much detail as necessary here.
This might be a good place to talk about core concepts and how they releate.
### Security Considerations
### Risks and Mitigations
Make sure that you consider the impact of this feature from the point of view of Security.
What are the risks of this proposal and how do we mitigate.
Think broadly.
For example, consider both security security and how this will impact the larger kubernetes ecosystem.
## Graduation Criteria

8
keps/OWNERS Normal file
View File

@ -0,0 +1,8 @@
reviewers:
- sig-architecture-leads
- jbeda
approvers:
- sig-architecture-leads
- jbeda
labels:
- sig/architecture