Skip to content

Commit 18c84e0

Browse files
authored
Update issue templates and add pull_request template (#9345)
1 parent 53f1253 commit 18c84e0

File tree

6 files changed

+110
-20
lines changed

6 files changed

+110
-20
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: 🐛 Bug Report
3+
labels: "bug"
4+
---
5+
6+
<!--
7+
Note: If the problem you are reporting is about a specific library function, then the typeshed tracker is better suited
8+
for this report: https://github.com/python/typeshed/issues
9+
-->
10+
11+
## 🐛 Bug Report
12+
13+
(A clear and concise description of what the bug is.)
14+
15+
## To Reproduce
16+
17+
(Write your steps here:)
18+
19+
1. Step 1...
20+
1. Step 2...
21+
1. Step 3...
22+
23+
## Expected Behavior
24+
25+
<!--
26+
How did you expect your project to behave?
27+
It’s fine if you’re not sure your understanding is correct.
28+
Write down what you thought would happen. If you just expected no errors, you can delete this section.
29+
-->
30+
31+
(Write what you thought would happen.)
32+
33+
## Actual Behavior
34+
35+
<!--
36+
Did something go wrong?
37+
Is something broken, or not behaving as you expected?
38+
-->
39+
40+
(Write what happened.)
41+
42+
## Your Environment
43+
44+
<!-- Include as many relevant details about the environment you experienced the bug in -->
45+
46+
- Mypy version used:
47+
- Mypy command-line flags:
48+
- Mypy configuration options from `mypy.ini` (and other config files):
49+
- Python version used:
50+
- Operating system and version:
51+
52+
<!--
53+
You can freely edit this text, please remove all the lines
54+
you believe are unnecessary.
55+
-->
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: 📚 Documentation
3+
labels: "documentation"
4+
---
5+
6+
## 📚 Documentation
7+
8+
(A clear and concise description of the issue.)

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: 🚀 Feature
3+
labels: "feature"
4+
---
5+
6+
## 🚀 Feature
7+
8+
(A clear and concise description of your feature proposal.)
9+
10+
## Pitch
11+
12+
(Please explain why this feature should be implemented and how it would be used. Add examples, if applicable.)

.github/ISSUE_TEMPLATE/question.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: ❓ Questions and Help
3+
labels: "question"
4+
---
5+
6+
## ❓ Questions and Help
7+
8+
### Please note that this issue tracker is not a help form and this issue will be closed.
9+
10+
Please contact us instead.
11+
12+
- [Website](http://www.mypy-lang.org/)
13+
- [Gitter](https://gitter.im/python/typing)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
-->
11+
12+
(Explain how this PR changes mypy.)
13+
14+
## Test Plan
15+
16+
<!--
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.
20+
-->
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.)

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)