Skip to content

Commit ee50c9e

Browse files
author
MarcoFalke
committed
Merge #11276: [Docs] Update CONTRIBUTING.md to reduce unnecessary review workload
91c39e3 Update CONTRIBUTRING.md to reduce unnecesarry review workload (Jonas Schnelli) Pull request description: The current workload for reviewing pull requests is relatively high and trivial, non-beneficial pull requests tend to slow down the overall development process. We may want to directly close trivial, non-beneficially pull requests during time of high pull request load. This PR would prepare for possible direct PR closing. Tree-SHA512: 6a0fb0133e42a400133cc77e4830620c26af4fe5b69f6238e0e77e686d785bd984d85c681a942701e7719de836147e646091a6c492f1d1e2abb906129566082f
2 parents 11dacc6 + 91c39e3 commit ee50c9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ behaviour of code within the pull request (bugs must be preserved as is).
157157
Project maintainers aim for a quick turnaround on refactoring pull requests, so
158158
where possible keep them short, uncomplex and easy to verify.
159159

160+
Pull requests that refactor the code should not be made by new contributors. It
161+
requires a certain level of experience to know where the code belongs to and to
162+
understand the full ramification (including rebase effort of open pull requests).
163+
164+
Trivial pull requests or pull requests that refactor the code with no clear
165+
benefits may be immediately closed by the maintainers to reduce unnecessary
166+
workload on reviewing.
167+
160168

161169
"Decision Making" Process
162170
-------------------------

0 commit comments

Comments
 (0)