Skip to content

Commit 99b5876

Browse files
TomAugspurgerjorisvandenbossche
authored andcommitted
Update Github issue template (#14268)
1 parent d9e51fe commit 99b5876

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
#### Code Sample, a copy-pastable example if possible
1+
#### A small, complete example of the issue
2+
3+
```python
4+
# Your code here
5+
6+
```
27

38
#### Expected Output
49

5-
#### output of ``pd.show_versions()``
10+
#### Output of ``pd.show_versions()``
11+
12+
<details>
13+
# Paste the output here
614

15+
</details>

0 commit comments

Comments
 (0)