Skip to content

Commit e914f0b

Browse files
committed
Update Github issue template
[ci skip]
1 parent a7469cf commit e914f0b

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)