You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2018/10/16 16:05:28 UTC

[beam] 01/01: Inform contributors to tag PRs with R: @reviewer

This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a commit to branch lukecwik-add-reviewer-tag
in repository https://gitbox.apache.org/repos/asf/beam.git

commit fed8ca6b3c7d4dda6280d7a34e8466bfee8f58db
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Tue Oct 16 09:05:19 2018 -0700

    Inform contributors to tag PRs with R: @reviewer
---
 website/src/contribute/index.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/website/src/contribute/index.md b/website/src/contribute/index.md
index fc3c88f..c971f13 100644
--- a/website/src/contribute/index.md
+++ b/website/src/contribute/index.md
@@ -259,7 +259,10 @@ Currently this is a manual process. Tracking bug for automating this:
 For each file to be reviewed, look for an OWNERS file in its directory. Pick a
 single reviewer from that file. If the directory doesn't contain an OWNERS file,
 go up a directory. Keep going until you find one. Try to limit the number of
-reviewers to 2 per PR if possible, to minimize reviewer load.
+reviewers to 2 per PR if possible, to minimize reviewer load. Comment on your PR
+tagging the reviewer as follows:
+
+    R: @reviewer
 
 ### Adding yourself as a reviewer