minikube/enhancements
Jin Li fe541e976c Fix broken doc url 2024-01-12 10:33:08 +08:00
..
implemented Fix broken doc url 2024-01-12 10:33:08 +08:00
proposed Merge pull request #13138 from afbjorklund/mep-dockerd 2021-12-10 13:15:43 -08:00
rejected Merge pull request #13138 from afbjorklund/mep-dockerd 2021-12-10 13:15:43 -08:00
README.md 1.fix the error link 2021-03-30 14:15:55 +08:00
template.md Address code review feedback 2019-10-01 13:14:43 -07:00

README.md

Enhancements

The minikube enhancement process (MEP) is a way to propose, communicate, and coordinate on new efforts for the minikube project. You can read the full details in the MEP proposal

MEP is based on a simplification of the Kubernetes Enhancement Process.

Workflow

  1. Copy template.md to proposed/<date>-title/README.md. Include supporting documents in the proposed/<date>-title/ directory.
  2. Send PR out for review, titled: MEP: <title>
  3. Proposal will be discussed at the bi-weekly minikube office hours
  4. 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.
  5. In your PR that implements the enhancement, move the proposal to the implemented/ folder.