CONTRIBUTING: require two people to review on etcd

This commit is contained in:
Brandon Philips 2014-09-07 19:46:06 -07:00
parent c7ff6d4410
commit 138ac0b296

View File

@ -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!