From 24d56b7002bcdbeb3eb970cbd2a608fe3ec93a80 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Sat, 30 Jun 2018 13:56:48 -0400 Subject: [PATCH] MAINT: Put environment info in a `
` tag. --- .github/ISSUE_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bc501c4421..3aecb654d1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,12 +4,16 @@ Before I tell you about my issue, let me describe my environment: # Environment +
+ * Operating System: (Windows Version or `$ uname --all`) * Python Version: `$ python --version` * Python Bitness: `$ python -c 'import math, sys;print(int(math.log(sys.maxsize + 1, 2) + 1))'` * How did you install Zipline: (`pip`, `conda`, or `other (please explain)`) * Python packages: `$ pip freeze` or `$ conda list` +
+ Now that you know a little about me, let me tell you about the issue I am having: