Move the code sample into an expandable section in the github issue template

This commit is contained in:
Robin Dunn
2021-01-29 13:51:08 -08:00
parent 040c59fd99
commit 8af5dd177e

View File

@@ -11,8 +11,12 @@
**Description of the problem**:
<!-- if possible please include a small runnable application that demonstrates the problem -->
<!-- if possible please include a small runnable application in the details section below that demonstrates the problem -->
<details>
<summary>Code Example (click to expand)</summary>
```python
# Put code sample here
```
</details>