File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -150,14 +150,18 @@ almost always associated with a message containing the text "LGTM" (which
150
150
stands for Looks Good To Me). Only approval from a single reviewer is required.
151
151
152
152
When providing an unqualified LGTM (approval to commit), it is the
153
- responsibility of the reviewer to have reviewed all of the discussion and
153
+ responsibility of the reviewer to have reviewed all of the prior discussion and
154
154
feedback from all reviewers ensuring that all feedback has been addressed and
155
155
that all other reviewers will almost surely be satisfied with the patch being
156
156
approved. If unsure, the reviewer should provide a qualified approval, (e.g.,
157
157
"LGTM, but please wait for @someone, @someone_else"). You may also do this if
158
158
you are fairly certain that a particular community member will wish to review,
159
159
even if that person hasn't done so yet.
160
160
161
+ If new comments are posted after the patch has been approved (but not yet
162
+ merged), these need to be addressed and all new changes have to be reviewed and
163
+ approved by a reviewer.
164
+
161
165
Note that, if a reviewer has requested a particular community member to review,
162
166
and after a week that community member has yet to respond, feel free to ping
163
167
the patch (which literally means submitting a comment on the patch with the
Original file line number Diff line number Diff line change @@ -105,16 +105,9 @@ get the attention of potential reviewers by CC'ing them in a comment -- just
105
105
A reviewer may request changes or ask questions during the review. If you are
106
106
uncertain on how to provide test cases, documentation, etc., feel free to ask
107
107
for guidance during the review. Please address the feedback and re-post an
108
- updated version of your patch. This cycle continues until all requests and
109
- comments have been addressed and the reviewer accepts the patch with a `Looks
110
- good to me ` or `LGTM `. With multiple active reviewers (i.e. reviewers who left
111
- comments), it is good practice to seek `LGTM ` from all of them. Alternatively,
112
- when e.g. some reviewers go radio silent and you are blocked:
113
- * any reviewer can confirm that all comments from other reviewers have been
114
- addressed and the change is ready to land, or
115
- * if you decide not to wait for explicit `LGTM ` from other reviewers, please
116
- leave a short justification.
117
- Once a change has been approved, it can be committed. If you do not have commit
108
+ updated version of your patch. This cycle continues until all requests and comments
109
+ have been addressed and a reviewer accepts the patch with a `Looks good to me ` or `LGTM `.
110
+ Once that is done the change can be committed. If you do not have commit
118
111
access, please let people know during the review and someone should commit it
119
112
on your behalf.
120
113
You can’t perform that action at this time.
0 commit comments