diff options
author | Andrew Bonventre <andybons@golang.org> | 2017-10-04 00:02:37 -0400 |
---|---|---|
committer | Andrew Bonventre <andybons@golang.org> | 2017-10-04 05:01:18 +0000 |
commit | 2e405bde03c7aec0e4fadcb9490e14f4dd8425b7 (patch) | |
tree | a674eefa7d6b7f72fc3a9f6e4aa5923190689a69 /doc | |
parent | 5f83b2d14a0f551b47a987eea203e750e5ba2e9c (diff) | |
download | go-git-2e405bde03c7aec0e4fadcb9490e14f4dd8425b7.tar.gz |
doc: update contribute.html to clarify replying to reviews via email
Update golang/go#22120
Change-Id: Ie7dbd0e7b01b116c960243a8cd3fa9fd121f317d
Reviewed-on: https://go-review.googlesource.com/68021
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contribute.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index 8c5a228558..681fcc21de 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -681,8 +681,8 @@ reviewers asking them to visit the issue's URL and make comments on the change. When done, the reviewer adds comments through the Gerrit user interface and clicks "Reply" to send comments back. You will receive a mail notification when this happens. -You must reply through the web interface. -(Unlike with the old Rietveld review system, replying by mail has no effect.) +You may reply through the web interface or +<a href="https://gerrit-review.googlesource.com/Documentation/intro-user.html#reply-by-email">via email</a>. </p> <h3 id="revise">Revise and resend</h3> @@ -696,8 +696,8 @@ all the changes and comments made in the single URL. </p> <p> -You must respond to review comments through the web interface. -(Unlike with the old Rietveld review system, responding by mail has no effect.) +You may respond to review comments through the web interface or +<a href="https://gerrit-review.googlesource.com/Documentation/intro-user.html#reply-by-email">via email</a>. </p> <p> |