From 1923c4fe0518fefc7aa872344a16cdde8af07904 Mon Sep 17 00:00:00 2001 From: Joe Jevnik Date: Tue, 23 Feb 2016 18:05:59 -0500 Subject: [PATCH] DEV: add issue template --- .github/ISSUE_TEMPLATE.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..77c5ffc4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,39 @@ +Dear Zipline Maintainers, + +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, 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: + +# Description of Issue + +* What did you expect to happen? +* What happened instead? + +Here is how you can reproduce this issue on your machine: + +## Reproduction Steps + +1. +2. +3. +... + +## What steps have you taken to resolve this already? + +... + +# Anything else? + +... + +Sincerely, +`$ whoami`