From 75c11c4d7b6bea977bc107ef672017926ef79114 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 11 Oct 2021 20:57:42 +0100 Subject: [PATCH] Add `about` to ISSUE_TEMPLATES/config.yml Just in case that's the reason this option isn't shown. --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5ee36b74d63..416ae07000f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -8,3 +8,4 @@ contact_links: about: Chat with devs - name: "(maintainers only) Blank issue" url: https://github.com/pypa/pip/issues/new + about: For maintainers only.