File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -373,3 +373,13 @@ Core developers should follow these rules when processing pull requests:
373
373
* Make sure commit messages to master are meaningful. For example, remove irrelevant
374
374
intermediate commit messages.
375
375
* If stubs for a new library are submitted, notify the library's maintainers.
376
+
377
+ When reviewing PRs, follow these guidelines:
378
+
379
+ * Typing is hard. Try to be helpful and explain issues with the PR,
380
+ especially to new contributors.
381
+ * When reviewing auto-generated stubs, just scan for red flags and obvious
382
+ errors. Leave possible manual improvements for separate PRs.
383
+ * When reviewing large, hand-crafted PRs, you only need to look for red flags
384
+ and general issues, and do a few spot checks.
385
+ * Review smaller, hand-crafted PRs thoroughly.
You can’t perform that action at this time.
0 commit comments