From 5cab95150afebf6282313b514ce937d69025a4bc Mon Sep 17 00:00:00 2001 From: tjjfvi <44031566+tjjfvi@users.noreply.github.com> Date: Thu, 23 Dec 2021 06:58:23 -0800 Subject: [PATCH] Discourage typo fixes in PR template (#46908) * Discourage typo fixes in PR template Wording taken from [this comment](https://github.com/microsoft/TypeScript/pull/45834#issuecomment-919606286). There have been a number of rejected typo fix PRs lately; hopefully this can reduce the amount of typo-fix-rejecting work for the team. * Tweak typo fix discouragement in PR template Removed "the same generally applies to other projects" per orta * Update typo fix discouragement --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b02c231fb4f..12b9aeb21e1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,6 +9,13 @@ Please verify that: Refer to CONTRIBUTING.MD for more details. https://github.com/Microsoft/TypeScript/blob/main/CONTRIBUTING.md + +** Please don't send typo fixes! ** +Please don't send a PR solely for the purpose of fixing a typo, unless that +typo truly hurts understanding of the text. Each PR represents work for the +maintainers, and that work should provide commensurate value. + +If you're interested in sending a PR, the issue tracker has many issues marked `help wanted`. --> Fixes #