Skip to content

Commit

Permalink
MAINT: Put environment info in a <details> tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jul 2, 2018
1 parent 6280814 commit 24d56b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ Before I tell you about my issue, let me describe my environment:

# Environment

<details>

* 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`

</details>

Now that you know a little about me, let me tell you about the issue I am
having:

Expand Down

0 comments on commit 24d56b7

Please sign in to comment.