Update issue template to nudge users

This commit is contained in:
Tzu-ping Chung 2020-05-27 08:08:01 +08:00
parent 57b39a85bc
commit 64432abc37
2 changed files with 28 additions and 11 deletions

View File

@ -1,9 +1,12 @@
---
name: Bug report
about: Create a report to help us improve
---
<!--
If you're reporting an issue for `--unstable-feature=resolver`, use the "Dependency resolver failures / errors" template instead.
-->
**Environment**
* pip version:

View File

@ -5,16 +5,30 @@ labels: ["K: UX", "K: crash", "C: new resolver", "C: dependency resolution"]
---
<!--
Please provide as much information as you can about your failure, so that we can understand the root cause.
Please provide as much information as you can about your failure, so that we can understand the root cause.
For example, if you are installing packages from pypi.org, we'd like to see:
Try if your issue has been fixed in the in-development version of pip. Use the following command to install pip from master:
- Your terminal output
- Any inputs to pip, for example:
- any package requirements: any CLI arguments and/or your requirements.txt file
- any already installed packages, outputted via `pip freeze`
It would be great if you could also include your dependency tree. For this you can use pipdeptree: https://pypi.org/project/pipdeptree/
For users installing packages from a private repository or local directory, please try your best to describe your setup. We'd like to understand how to reproduce the error locally, so would need (at a minimum) a description of the packages you are trying to install, and a list of dependencies for each package.
python -m pip install -U "pip @ git+https://github.com/pypa/pip.git"
-->
**What did you want to do?**
<!-- Include any inputs you gave to pip, for example:
* Package requirements: any CLI arguments and/or your requirements.txt file
* Already installed packages, outputted via `pip freeze`
-->
**Output**
```
Paste what pip outputted in a code block. https://github.github.com/gfm/#fenced-code-blocks
```
**Additional information**
<!--
It would be great if you could also include your dependency tree. For this you can use pipdeptree: https://pypi.org/project/pipdeptree/
For users installing packages from a private repository or local directory, please try your best to describe your setup. We'd like to understand how to reproduce the error locally, so would need (at a minimum) a description of the packages you are trying to install, and a list of dependencies for each package.
-->