From e914f0bf9db16e448024f28ecaa2d6b800afc13f Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Wed, 21 Sep 2016 07:20:25 -0500 Subject: [PATCH] Update Github issue template [ci skip] --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 +