From 0c43340221cb3acd3fb1c9b464f618672e264be6 Mon Sep 17 00:00:00 2001 From: Josh Woodcock Date: Fri, 4 Oct 2019 09:38:11 -0500 Subject: [PATCH] Add instructions for including supporting documents with MEP proposal --- enhancements/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enhancements/README.md b/enhancements/README.md index a0a6480489..590f005460 100644 --- a/enhancements/README.md +++ b/enhancements/README.md @@ -6,7 +6,7 @@ MEP is based on a simplification of the [Kubernetes Enhancement Process](https:/ ## Workflow -1. Copy `template.md` to `proposed/-title.md` +1. Copy `template.md` to `proposed/-title.md` or `proposed/-title/README.md` in case you need to include supporting documents. If you include supporting documents place them in the `proposed/-title/` directory. 1. Send PR out for review, titled: `Proposal: ` 1. Proposal will be discussed at the bi-weekly minikube office hours 1. After a 2-week review window, the proposal can be merged once there are 3 approving maintainers or reviewers. To keep proposals neutral, each reviewer must be independent and/or represent a different company.