From 3d8acbbc83847352bf8b9e6fe44c0647477eb4fe Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 8 Nov 2020 21:04:43 +0000 Subject: [PATCH] Tweaked large PR recommendation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca7c49d9..8525a07b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ The process described here has several goals: Smaller PRs are highly desirable, as they should be simpler to review and approve. Large changes are likely to be rejected or not get looked at (resulting in them going stale, and ultimately diverging further from the mainline repo). -For large changes being submitted for review, then it's highly recommended to split the large PR into smaller PRs, and submit them piece by piece. This means that no dependencies can exist between each smaller PR. +For large changes being submitted for review, then it's HIGHLY recommended to split the large PR into smaller PRs, and submit them piece by piece. This means that no dependencies can exist between each smaller PR. For a PR, don't make changes that are unrelated to the PR. These can be done in separate PRs.