Skip to content

Commit

Permalink
Add a separate issue form to report crashes (python#9549)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum authored Oct 8, 2020
1 parent ffed88f commit cca6e2f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.md
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.
-->

0 comments on commit cca6e2f

Please sign in to comment.