From 8408acf995e7bb36214c2045fce117fd80a9370a Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Thu, 4 Sep 2014 17:05:08 -0700 Subject: [PATCH] .: explain the LGTM protocol --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a55ddd0f..30c0522b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +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 member of the core etcd team (@xiangli-cmu and @bmizerany) before being merged. Thanks for your contributions!