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

Skip to content

Commit a199b1a

Browse files
committed
DOC: draft of clarified review policy
1 parent 7a98072 commit a199b1a

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

doc/devel/coding_guide.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,17 @@ C/C++ extensions
168168
PR Review guidelines
169169
====================
170170

171-
* We run on a 'use your judgement' system (for better or worse) and do
172-
not have a strict 'N devs must sign off on' rule. If you have a
173-
commit bit, then you are trusted to use it and to know when to ask
174-
for more review.
171+
* If you have a commit bit, then you are trusted to use it. Please
172+
help review and merge PRs!
173+
174+
* Two developers (those with commit rights) should review all pull
175+
requests. If you are the first to review a PR please and approve of
176+
the changes please edit the title to include ``'[MRG+1]'`` and use
177+
the github 'approve review' tool to mark it as such. If you are a
178+
subsequent reviewer and you approve either merge (and backport if
179+
needed) or increment the number in the title to ask for further
180+
review (and trigger the gh 'approve review'). If you do the merge please
181+
removed the ``'[MRG+N']`` prefix.
175182

176183
* Do not self merge, except for 'small' patches to un-break the CI.
177184

0 commit comments

Comments
 (0)