File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ PR Review guidelines
55
55
requests. If you are the first to review a PR and approve of the
56
56
changes use the github `'approve review'
57
57
<https://help.github.com/articles/reviewing-changes-in-pull-requests/> `__
58
- tool to mark it as such. If you are a subsequent reviewer and you
59
- approve, either merge ( and backport if needed) or select `` 'approve
60
- review' `` if you think further review is required .
58
+ tool to mark it as such. If you are a subsequent reviewer please
59
+ approve the review and if you think no more review is needed, merge
60
+ the PR .
61
61
62
62
Ensure that all API changes are documented in
63
63
:file: `doc/api/api_changes ` and significant new features have and
@@ -87,6 +87,12 @@ PR Review guidelines
87
87
push changes to the contributor branch, or merge the PR and then
88
88
open a new PR against upstream.
89
89
90
+ * If you push to a contributor branch leave a comment explaining what
91
+ you did, ex "I took the liberty of pushing a small clean-up PR to
92
+ your branch, thanks for your work.". If you are going to make
93
+ substantial changes to the code or intent of the PR please check
94
+ with the contributor first.
95
+
90
96
91
97
92
98
You can’t perform that action at this time.
0 commit comments