forked from python/mypy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a separate issue form to report crashes (python#9549)
- Loading branch information
1 parent
ffed88f
commit cca6e2f
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Crash Report | ||
about: Crash (traceback or "INTERNAL ERROR") | ||
labels: "crash" | ||
--- | ||
|
||
<!-- | ||
Use this form only if mypy reports an "INTERNAL ERROR" and/or gives a traceback. | ||
Please include the traceback and all other messages below (use `mypy --show-traceback`). | ||
--> | ||
|
||
**Crash Report** | ||
|
||
(Tell us what happened.) | ||
|
||
**Traceback** | ||
|
||
``` | ||
(Insert traceback and other messages from mypy here -- use `--show-traceback`.) | ||
``` | ||
|
||
**To Reproduce** | ||
|
||
(Write what you did to reproduce the crash. Full source code is | ||
appreciated. We also very much appreciate it if you try to narrow the | ||
source down to a small stand-alone example.) | ||
|
||
**Your Environment** | ||
|
||
<!-- Include as many relevant details about the environment you experienced the bug in --> | ||
|
||
- Mypy version used: | ||
- Mypy command-line flags: | ||
- Mypy configuration options from `mypy.ini` (and other config files): | ||
- Python version used: | ||
- Operating system and version: | ||
|
||
<!-- | ||
You can freely edit this text, please remove all the lines | ||
you believe are unnecessary. | ||
--> |