From 138ac0b2960b7b05934fb2c62ef08e055d47fbb9 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 7 Sep 2014 19:46:06 -0700 Subject: [PATCH] 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!