From 90ef810e3cf3a125ef84cbd898997aa9a4fbf473 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Tue, 1 Mar 2016 17:10:17 -0700 Subject: [PATCH] fix(Makefile): make bootstrap smarter Now bootstrap will only install deps that it is missing. --- MAINTAINERS.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c2d7789c9..0478ae7d2 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -37,15 +37,5 @@ The current core maintainers of Helm (in alphabetical order): ### Code Reviews -Before being merged, every pull request must have at least two LGTMs ("Looks Good To Me"), and at least one of these must come from one of the core maintainers listed above. - -## Becoming a Core Maintainer - -Generally, potential core maintainers are selected by the Helm core maintainers based in -part on the following criteria: - -* Sustained contributions to the project over a period of time (usually months) -* A willingness to help users on GitHub and in the Helm Slack room for [Kubernetes](http://slack.kubernetes.io/) -* A friendly attitude - -The Helm core maintainers must unanimously agree before inviting a community member to join as a maintainer, although in many cases the candidate has already been acting in the capacity of a contributing maintainer for some time, and has been consulted on issues, pull requests, etc. +Before being merged, every pull request must have at least one LGTM +from a core maintainer.