Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cca6e2f

Browse files
authored
Add a separate issue form to report crashes (#9549)
1 parent ffed88f commit cca6e2f

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/crash.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Crash Report
3+
about: Crash (traceback or "INTERNAL ERROR")
4+
labels: "crash"
5+
---
6+
7+
<!--
8+
Use this form only if mypy reports an "INTERNAL ERROR" and/or gives a traceback.
9+
Please include the traceback and all other messages below (use `mypy --show-traceback`).
10+
-->
11+
12+
**Crash Report**
13+
14+
(Tell us what happened.)
15+
16+
**Traceback**
17+
18+
```
19+
(Insert traceback and other messages from mypy here -- use `--show-traceback`.)
20+
```
21+
22+
**To Reproduce**
23+
24+
(Write what you did to reproduce the crash. Full source code is
25+
appreciated. We also very much appreciate it if you try to narrow the
26+
source down to a small stand-alone example.)
27+
28+
**Your Environment**
29+
30+
<!-- Include as many relevant details about the environment you experienced the bug in -->
31+
32+
- Mypy version used:
33+
- Mypy command-line flags:
34+
- Mypy configuration options from `mypy.ini` (and other config files):
35+
- Python version used:
36+
- Operating system and version:
37+
38+
<!--
39+
You can freely edit this text, please remove all the lines
40+
you believe are unnecessary.
41+
-->

0 commit comments

Comments
 (0)