From c7ff6d4410daf0b606e9ad307251c5e14a30f3f9 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 7 Sep 2014 19:45:34 -0700 Subject: [PATCH 1/2] MAINTAINERS: add Brandon Philips Need to make sure we have a quorum :) --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0c61d80b9..6b0b79f62 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,2 +1,3 @@ -Xiang Li (@xiangli-cmu) Blake Mizerany (@bmizerany) +Brandon Philips (@philips) +Xiang Li (@xiangli-cmu) From 138ac0b2960b7b05934fb2c62ef08e055d47fbb9 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 7 Sep 2014 19:46:06 -0700 Subject: [PATCH 2/2] CONTRIBUTING: require two people to review on etcd --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4311c16e8..b41175902 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ This is a rough outline of what a contributor's workflow looks like: - Make sure your commit messages are in the proper format (see below). - Push your changes to a topic branch in your fork of the repository. - Submit a pull request to coreos/etcd. -- Your PR must receive a LGTM from each maintainer found in the MAINTAINERS file. +- Your PR must receive a LGTM from two maintainers found in the MAINTAINERS file. Thanks for your contributions!