From 7c427bdccc05384e7548c2d2e42c451d1d82aac1 Mon Sep 17 00:00:00 2001 From: Bryan English Date: Mon, 6 Jun 2016 16:28:50 -0700 Subject: [PATCH] doc: clarify "Reviewed-By" iff "LGTM" As per conversation with @Trott, make it clear that Reviewed-By lines should only be added for collaborators who've actually put a LGTM on the PR. PR-URL: https://github.com/nodejs/node/pull/7183 Reviewed-By: Myles Borins Reviewed-By: Evan Lucas Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: JacksonTian - Jackson Tian --- doc/onboarding.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/onboarding.md b/doc/onboarding.md index 99fbc61935..f75a263741 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -169,6 +169,7 @@ Landing a PR * `Reviewed-By: human ` * Easiest to use `git log` then do a search * (`/Name` + `enter` (+ `n` as much as you need to) in vim) + * Only include collaborators who have commented "LGTM" * `PR-URL: ` * `git push upstream master` * close the original PR with "Landed in ``".