From 524311dc7d8faa6f9a45c972d515cb1db0d1097a Mon Sep 17 00:00:00 2001 From: johnslavik Date: Tue, 2 Dec 2025 01:55:53 +0100 Subject: [PATCH 1/2] Add pymanager link to issue template --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 75d174307ce160..8ca43b5e706935 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" From 86106ad924a22eff21f9563a709333f5847b9983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Tue, 2 Dec 2025 22:14:17 +0100 Subject: [PATCH 2/2] Add brackets to disambiguate the project name from the OS Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8ca43b5e706935..de6e8756b03d80 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,5 +6,5 @@ contact_links: 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" + about: "Report issues with the Python Install Manager (for Windows)" url: "https://github.com/python/pymanager/issues"