From db38a14fffc0f4fa1e445571c37f69dae541326c Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Fri, 23 Sep 2022 16:54:06 -0700 Subject: [PATCH] Update PR template The old one was long and weirdly incomplete. It had placeholder text like "link to instructions". --- .github/PULL_REQUEST_TEMPLATE.md | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4794ec05c906..696eb8aee125 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,22 +1,12 @@ -### Have you read the [Contributing Guidelines](https://github.com/python/mypy/blob/master/CONTRIBUTING.md)? - -(Once you have, delete this section. If you leave it in, your PR may be closed without action.) - -### Description - - + (Explain how this PR changes mypy.) -## Test Plan - - -(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)