Skip to content

Commit 6ac609d

Browse files
gfyoungjreback
authored andcommitted
DOC: Clean up instructions in ISSUE_TEMPLATE (#17146)
1 parent ab49d1f commit 6ac609d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@
88

99
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]
1010

11+
**Note**: We receive a lot of issues on our GitHub tracker, so it is very possible that your issue has been posted before.
12+
Please check first before submitting so that we do not have to handle and close duplicates!
13+
14+
**Note**: Many problems can be resolved by simply upgrading `pandas` to the latest version. Before submitting, please check
15+
if that solution works for you. If possible, you may want to check if `master` addresses this issue, but that is not necessary.
16+
1117
#### Expected Output
1218

1319
#### Output of ``pd.show_versions()``
1420

1521
<details>
16-
# Paste the output here pd.show_versions() here
22+
23+
[paste the output of ``pd.show_versions()`` here below this line]
1724

1825
</details>

0 commit comments

Comments
 (0)