Skip to content

Commit 42a5220

Browse files
committed
Revert issue template (#9345) -- it doesn't work
This reverts commit 18c84e0.
1 parent 18c84e0 commit 42a5220

File tree

6 files changed

+20
-110
lines changed

6 files changed

+20
-110
lines changed

.github/ISSUE_TEMPLATE/bug.md

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

.github/ISSUE_TEMPLATE/documentation.md

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

.github/ISSUE_TEMPLATE/feature.md

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

.github/ISSUE_TEMPLATE/question.md

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

.github/PULL_REQUEST_TEMPLATE.md

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

ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Note: if you are reporting a wrong signature of a function or a class in
2+
the standard library, then the typeshed tracker is better suited
3+
for this report: https://github.com/python/typeshed/issues
4+
5+
Please provide more information to help us understand the issue:
6+
7+
* Are you reporting a bug, or opening a feature request?
8+
* Please insert below the code you are checking with mypy,
9+
or a mock-up repro if the source is private. We would appreciate
10+
if you try to simplify your case to a minimal repro.
11+
* What is the actual behavior/output?
12+
* What is the behavior/output you expect?
13+
* What are the versions of mypy and Python you are using?
14+
Do you see the same issue after installing mypy from Git master?
15+
* What are the mypy flags you are using? (For example --strict-optional)
16+
* If mypy crashed with a traceback, please paste
17+
the full traceback below.
18+
19+
(You can freely edit this text, please remove all the lines
20+
you believe are unnecessary.)

0 commit comments

Comments
 (0)