From ccf0b4a44003dfa10a002a07c895c41751a0431f Mon Sep 17 00:00:00 2001 From: Bernard Date: Wed, 21 Oct 2020 16:55:15 +0200 Subject: [PATCH] Request to create a GH issue template for people to report backtracking --- .github/ISSUE_TEMPLATE/backtrack-report.md | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/backtrack-report.md diff --git a/.github/ISSUE_TEMPLATE/backtrack-report.md b/.github/ISSUE_TEMPLATE/backtrack-report.md new file mode 100644 index 00000000000..55fbb98b139 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/backtrack-report.md @@ -0,0 +1,42 @@ +--- +name: pip backtrack report +about: This template is for users who experience pip backtracking. +labels: ["K: UX", "C: new resolver", "C: dependency resolution"] +--- + +**Description** +With the release of the new resolver, pip is now more strict in the package versions it installs. + +To communicate to users when (and why) pip backtracks, we've included [an INFO message during this backtracking](https://github.com/pypa/pip/issues/8975) in pip's output. + +In this INFO message we ask users to file an issue about what packages pip backtracks on, how many times it occurs. + +We'd appreciate if you answer these questions for us. + +**Environment** + +* pip version: +* Python version: +* OS: + + + +**Description** + + +**How to Reproduce** + + +1. Get package from '...' +2. Then run '...' +3. Then backtracking occurs for `package-name` and `another-package-name`, etc. + +**Output** + + +``` +Paste the output of the steps above, including the commands themselves etc. +```