From 5dbe4e8392a1ea5675426a3e4cab2a74d2a0de93 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Mon, 11 Oct 2021 15:41:32 +0900 Subject: [PATCH] Update new issue config with Python 3.10 info Also adds note that Install issues go to Discussions. --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 09de1cd05..fce1a1064 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,11 @@ blank_issues_enabled: false contact_links: + - name: ⚠️ Python 3.10 Support + url: https://github.com/explosion/spaCy/discussions/9418 + about: Python 3.10 wheels haven't been released yet, see the link for details. - name: 🗯 Discussions Forum url: https://github.com/explosion/spaCy/discussions - about: Usage questions, general discussion and anything else that isn't a bug report. + about: Install issues, usage questions, general discussion and anything else that isn't a bug report. - name: 📖 spaCy FAQ & Troubleshooting url: https://github.com/explosion/spaCy/discussions/8226 about: Before you post, check out the FAQ for answers to common community questions!