From 0d3caa52a609cdd10ab412ed3dcdd1e31e2bbef1 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Sun, 27 Jun 2021 14:41:33 +0900 Subject: [PATCH] Update New Issue choices This uses some new features related to Issue Templates to help direct more people to Discussions. 1. Change the Discussions option to link to Discussions 2. Add a link to the FAQ 3. Disable blank issues --- .github/ISSUE_TEMPLATE.md | 18 ------------------ .github/ISSUE_TEMPLATE/03_other.md | 19 ------------------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 3 files changed, 8 insertions(+), 37 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/03_other.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 8b9677709..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ - - -## Your Environment - - - -- Operating System: -- Python Version Used: -- spaCy Version Used: -- Environment Information: diff --git a/.github/ISSUE_TEMPLATE/03_other.md b/.github/ISSUE_TEMPLATE/03_other.md deleted file mode 100644 index 4c6ada4cc..000000000 --- a/.github/ISSUE_TEMPLATE/03_other.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: "\U0001F4AC Anything else?" -about: For feature and project ideas, general usage questions or help with your code, please post on the GitHub Discussions board instead. ---- - - - -## Your Environment - - - -- Operating System: -- Python Version Used: -- spaCy Version Used: -- Environment Information: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..1e3b9195d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: spaCy FAQ + url: https://github.com/explosion/spaCy/discussions/8226 + about: Check the FAQ for answers to common community questions. + - name: Github Discussions forum + url: https://github.com/explosion/spaCy/discussions + about: Questions and anything that isn't a bug report should posted here.