Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3466a47

Browse files
committed
DOC: tweak reviewer guide a bit more
- encourage second review (even if followed by an immediate merge) - add note about etiquette for pushing to contributor branches
1 parent 668f260 commit 3466a47

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/devel/coding_guide.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ PR Review guidelines
5555
requests. If you are the first to review a PR and approve of the
5656
changes use the github `'approve review'
5757
<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.
6161

6262
Ensure that all API changes are documented in
6363
:file:`doc/api/api_changes` and significant new features have and
@@ -87,6 +87,12 @@ PR Review guidelines
8787
push changes to the contributor branch, or merge the PR and then
8888
open a new PR against upstream.
8989

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+
9096

9197

9298

0 commit comments

Comments
 (0)