Update resolver failure issue template

Update "about" to be more consistent with other templates. Add link to pipdevtree.
This commit is contained in:
Nicole Harris 2020-05-10 13:34:44 +01:00 committed by GitHub
parent c0c78e169d
commit 0c8e97f9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
name: Dependency resolver failures / errors
about: Use this issue type to report when the pip dependency resolver fails
about: Report when the pip dependency resolver fails
labels: ["K: UX", "K: crash", "C: new resolver", "C: dependency resolution"]
---
@ -14,7 +14,8 @@ labels: ["K: UX", "K: crash", "C: new resolver", "C: dependency resolution"]
- 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.
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.
-->