From 65958c08da8be457f01c6a556ced2ad959aad32c Mon Sep 17 00:00:00 2001 From: tstromberg Date: Wed, 25 Sep 2019 16:00:55 -0700 Subject: [PATCH] Shorter prefix for PR's --- enhancements/README.md | 2 +- enhancements/proposed/20190925-minikube-enhancement-process.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enhancements/README.md b/enhancements/README.md index 9cf56d0eb8..7ce81b0062 100644 --- a/enhancements/README.md +++ b/enhancements/README.md @@ -7,7 +7,7 @@ MEP is based on a simplification of the [Kubernetes Enhancement Process](https:/ ## Workflow 1. Copy `template.md` to `proposed/-title.md` -1. Send PR out for review, titled: `Enhancement Proposal: ` +1. Send PR out for review, titled: `Proposal: <title>` 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. 1. In your PR that implements the enhancement, move the proposal to the `implemented/` folder. diff --git a/enhancements/proposed/20190925-minikube-enhancement-process.md b/enhancements/proposed/20190925-minikube-enhancement-process.md index b9c62239dc..769b1447b7 100644 --- a/enhancements/proposed/20190925-minikube-enhancement-process.md +++ b/enhancements/proposed/20190925-minikube-enhancement-process.md @@ -38,7 +38,7 @@ The *minikube enhancement process (MEP)* is a way to proposed, communicate, and ### Proposal Workflow 1. Copy `template.md` to `proposed/<date>-title.md` -1. Send PR out for review, titled: `Enhancement Proposal: <title>` +1. Send PR out for review, titled: `Proposal: <title>` 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.