Skip to content

Commit 063c255

Browse files
committed
Copy "To Reproduce" python block from bug template
1 parent 81db7c6 commit 063c255

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/ISSUE_TEMPLATE/crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ labels: "crash"
2525
appreciated. We also very much appreciate it if you try to narrow the
2626
source down to a small stand-alone example.)
2727

28+
```python
29+
# Ideally, a small sample program that demonstrates the problem.
30+
# Or even better, a reproducible playground link https://mypy-play.net/ (use the "Gist" button)
31+
```
32+
2833
**Your Environment**
2934

3035
<!-- Include as many relevant details about the environment you experienced the bug in -->

0 commit comments

Comments
 (0)