Files
pipenv/.github/ISSUE_TEMPLATE.md
T
kennethreitz 9bfa0afefd issue template
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-09 15:03:29 -05:00

24 lines
571 B
Markdown

Be sure to check the existing issues (both open and closed!).
Describe the issue briefly here.
Please run `$ python -m pipenv.help`, and paste the results here.
If you're on MacOS, just run the following:
$ python -m pipenv.help | pbcopy
------------
##### Expected result
Describe what you expected.
##### Actual result
When possible, provide the verbose output (`--verbose`), especially for locking and dependencies resolving issues.
##### Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).