File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,14 @@ behaviour of code within the pull request (bugs must be preserved as is).
157
157
Project maintainers aim for a quick turnaround on refactoring pull requests, so
158
158
where possible keep them short, uncomplex and easy to verify.
159
159
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
+
160
168
161
169
"Decision Making" Process
162
170
-------------------------
You can’t perform that action at this time.
0 commit comments