Skip to content

Commit

Permalink
_content/doc: update review command access
Browse files Browse the repository at this point in the history
The UI in Gerrit has changed slightly since the contribution documentation was initially written. The new UI has a slightly different means of accessing commands that will allow users to import a CL.

Change-Id: I82c7fc08b70e1afe2db52c313517ab38a1c9016a
Reviewed-on: https://go-review.googlesource.com/c/website/+/478995
Reviewed-by: Ian Lance Taylor <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
Run-TryBot: Ian Lance Taylor <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
  • Loading branch information
hawkinsw authored and gopherbot committed Mar 24, 2023
1 parent 710879a commit a1d570e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _content/doc/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,10 +1218,11 @@ <h3 id="download">Reviewing code by others</h3>
As part of the review process reviewers can propose changes directly (in the
GitHub workflow this would be someone else attaching commits to a pull request).

You can import these changes proposed by someone else into your local Git repository.
On the Gerrit review page, click the "Download ▼" link in the upper right
corner, copy the "Checkout" command and run it from your local Git repo.
It will look something like this:
Gerrit provides access to commands that will help you import changes proposed
by another developer so you can review/test them locally. From the Gerrit page
for the CL you want to import, open the "⋮" menu, click the "Download patch" link.
Depending on your preferred git workflow, choose the appropriate command. The options
will look something like this:
</p>

<pre>
Expand Down

0 comments on commit a1d570e

Please sign in to comment.