]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-142170: Add pymanager link to issue template menu (#142199)
authorBartosz Sławecki <bartosz@ilikepython.com>
Wed, 3 Dec 2025 09:11:40 +0000 (10:11 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Dec 2025 09:11:40 +0000 (11:11 +0200)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
.github/ISSUE_TEMPLATE/config.yml

index 75d174307ce1601ebd7d2dda4adfdd89ac33bb74..de6e8756b03d800ee8f65b9c85b5fafbde390009 100644 (file)
@@ -5,3 +5,6 @@ contact_links:
   - name: "Proposing new features"
     about: "Submit major feature proposal (e.g. syntax changes) to an ideas forum first."
     url: "https://discuss.python.org/c/ideas/6"
+  - name: "Python Install Manager issues"
+    about: "Report issues with the Python Install Manager (for Windows)"
+    url: "https://github.com/python/pymanager/issues"