diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8a9f717e1c428..6f91eba1ad239 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,15 @@ -#### Code Sample, a copy-pastable example if possible +#### A small, complete example of the issue + +```python +# Your code here + +``` #### Expected Output -#### output of ``pd.show_versions()`` +#### Output of ``pd.show_versions()`` + +
+# Paste the output here +