From 4600a2e174526ab8621ea1d4ecda0671564d61e3 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Thu, 11 Oct 2018 09:03:56 -0600 Subject: [PATCH] Add pip freeze output to template. --- .github/ISSUE_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6b05d8f3c1..cdbaa29aa5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,11 @@ * Version: x.x.x * Python: 2.7/3.4/3.5 * OS: osx/linux/win +* `pip freeze` output + +``` + +``` ### What was wrong?