Be sure to familiarize yourself with the code review process from the official Contribution Guidelines first.
There are several terms code reviews may use that you should become familiar with.
LGTM
— looks good to meSGTM
— sounds good to mes/foo/bar/
— please replace foo
with bar
; this is sed syntax.s/foo/bar/g
— please replace foo
with bar
throughout your entire changeMessages from a code review are typically sent to three places:
Please do NOT reply code review via email, as the message will not be relayed to Gerrit. Always click on the link and post reply in Gerrit.
The code review command git-codereview
currently does not work on Windows. This is #9257.