issue template

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-09 15:03:29 -05:00
parent d54d5a5f0b
commit 9bfa0afefd
2 changed files with 9 additions and 5 deletions
+7 -5
View File
@@ -1,12 +1,14 @@
Be sure to check the existing issues, both open and closed.
Be sure to check the existing issues (both open and closed!).
Describe the issue briefly here.
##### Describe your environment
Please run `$ python -m pipenv.help`, and paste the results here.
1. OS Type
1. Python version: `$ python -V`
1. Pipenv version: `$ pipenv --version`
If you're on MacOS, just run the following:
$ python -m pipenv.help | pbcopy
------------
##### Expected result
+2
View File
@@ -10,7 +10,9 @@ from .pep508checker import lookup
def main():
print('Pipenv version: `{0!r}`'.format(__version__))
print()
print('Pipenv location: `{0!r}`'.format(os.path.dirname(pipenv.__file__)))
print()
print('Python location: `{0!r}`'.format(sys.executable))
print()
print('Other Python installations in `PATH`:')