https://github.com/python/cpython/commit/88cd5d9850d2dc51abe43eb84198904d9870c26e
commit: 88cd5d9850d2dc51abe43eb84198904d9870c26e
branch: main
author: Bartosz SÅ‚awecki <[email protected]>
committer: hugovk <[email protected]>
date: 2025-12-03T11:11:40+02:00
summary:

gh-142170: Add pymanager link to issue template menu (#142199)

Co-authored-by: Adam Turner <[email protected]>

files:
M .github/ISSUE_TEMPLATE/config.yml

diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index 75d174307ce160..de6e8756b03d80 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -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";

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to