From: Bartosz Sławecki Date: Wed, 3 Dec 2025 09:11:40 +0000 (+0100) Subject: gh-142170: Add pymanager link to issue template menu (#142199) X-Git-Tag: v3.15.0a3~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88cd5d9850d2dc51abe43eb84198904d9870c26e;p=thirdparty%2FPython%2Fcpython.git gh-142170: Add pymanager link to issue template menu (#142199) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 75d174307ce1..de6e8756b03d 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"