From 0cef44c415e9f02829034b53de684ea6f690c80c Mon Sep 17 00:00:00 2001 From: Alex Anderson <84602909+NobodySpecial256@users.noreply.github.com> Date: Sun, 26 Jun 2022 04:08:15 +0000 Subject: [PATCH] Discourage submitting large PRs --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d1d520..2aedd60 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,6 +40,10 @@ When reporting guide issues: - **Don't** file duplicate reports; search for your bug before filing a new report. - **Don't** attempt to report issues on a closed PR. +### Large PRs + +Please split large sets of changes into multiple PRs. For example, a PR that adds Windows 11 support, removes Windows AME references, and fixes typos can be split into 3 PRs. This makes PRs easier to review prior to merging. + **Thank you** for taking the few moments to read this far! You're already way ahead of the curve, so keep it up! @@ -53,4 +57,4 @@ curve, so keep it up! [console output]: https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/creating-and-highlighting-code-blocks#fenced-code-blocks [verification steps]: https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/basic-writing-and-formatting-syntax#task-lists [reference associated issues]: https://github.com/blog/1506-closing-issues-via-pull-requests -[help fellow committers test recently submitted pull requests]: https://github.com/AnonyPla-ng/thgtoa/pulls \ No newline at end of file +[help fellow committers test recently submitted pull requests]: https://github.com/AnonyPla-ng/thgtoa/pulls