Skip to content

Commit a3a5d73

Browse files
authored
Update PR template (#13723)
The old one was long and weirdly incomplete. It had placeholder text like "link to instructions".
1 parent dc6714e commit a3a5d73

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
1-
### Have you read the [Contributing Guidelines](https://github.com/python/mypy/blob/master/CONTRIBUTING.md)?
2-
3-
(Once you have, delete this section. If you leave it in, your PR may be closed without action.)
4-
5-
### Description
6-
7-
<!--
8-
If this pull request closes or fixes an issue, write Closes #NNN" or "Fixes #NNN" in that exact
9-
format.
10-
-->
1+
<!-- If this pull request fixes an issue, add "Fixes #NNN" with the issue number. -->
112

123
(Explain how this PR changes mypy.)
134

14-
## Test Plan
15-
165
<!--
17-
If this is a documentation change, rebuild the docs (link to instructions) and review the changed pages for markup errors.
18-
If this is a code change, include new tests (link to the testing docs). Be sure to run the tests locally and fix any errors before submitting the PR (more instructions).
19-
If this change cannot be tested by the CI, please explain how to verify it manually.
6+
Checklist:
7+
- Read the [Contributing Guidelines](https://github.com/python/mypy/blob/master/CONTRIBUTING.md)
8+
- Add tests for all changed behaviour.
9+
- If you can't add a test, please explain why and how you verified your changes work.
10+
- Make sure CI passes.
11+
- Please do not force push to the PR once it has been reviewed.
2012
-->
21-
22-
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

0 commit comments

Comments
 (0)