diff options
author | Nicole Harris <n.harris@kabucreative.com> | 2020-05-08 13:22:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 13:22:53 +0100 |
commit | 05d171f66cf4d5ad91a9a26db66551f151b5d696 (patch) | |
tree | 4dce1f26bb0bb62cee67df157aeef61c1d5135db /.github | |
parent | 5cac4dc6bd4c2150380d5368f2541357364b5d4b (diff) | |
download | pip-05d171f66cf4d5ad91a9a26db66551f151b5d696.tar.gz |
Template for users to report resolver failures
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/resolver-failure.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/resolver-failure.md b/.github/ISSUE_TEMPLATE/resolver-failure.md new file mode 100644 index 000000000..e7b159cf1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/resolver-failure.md @@ -0,0 +1,20 @@ +--- +name: Pip resolver failure +about: Use this issue type to report when the pip dependency resolver fails +labels: ["K: UX", "K: crash"] + +--- + +<!-- + 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: + + - 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` + + 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. +--> |