From c9b67b02f89a0e193eae7ffff172c406ab739e88 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 11 Dec 2020 10:05:47 +1100 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/{04_docs.md => 03_docs.md} | 0 .github/ISSUE_TEMPLATE/03_request.md | 11 ----------- .github/ISSUE_TEMPLATE/04_other.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/05_other.md | 15 --------------- 4 files changed, 19 insertions(+), 26 deletions(-) rename .github/ISSUE_TEMPLATE/{04_docs.md => 03_docs.md} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/03_request.md create mode 100644 .github/ISSUE_TEMPLATE/04_other.md delete mode 100644 .github/ISSUE_TEMPLATE/05_other.md diff --git a/.github/ISSUE_TEMPLATE/04_docs.md b/.github/ISSUE_TEMPLATE/03_docs.md similarity index 100% rename from .github/ISSUE_TEMPLATE/04_docs.md rename to .github/ISSUE_TEMPLATE/03_docs.md diff --git a/.github/ISSUE_TEMPLATE/03_request.md b/.github/ISSUE_TEMPLATE/03_request.md deleted file mode 100644 index d48409ec3..000000000 --- a/.github/ISSUE_TEMPLATE/03_request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: "\U0001F381 Feature Request" -about: Do you have an idea for an improvement to the core library? Note that project ideas or plugins should be posted at GH Discussions instead. - ---- - -## Feature description - - -## Could the feature be a [custom component](https://spacy.io/usage/processing-pipelines#custom-components) or [spaCy plugin](https://spacy.io/universe)? -If so, we will tag it as [`project idea`](https://github.com/explosion/spaCy/labels/project%20idea) so other users can take it on. diff --git a/.github/ISSUE_TEMPLATE/04_other.md b/.github/ISSUE_TEMPLATE/04_other.md new file mode 100644 index 000000000..4c6ada4cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_other.md @@ -0,0 +1,19 @@ +--- +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/05_other.md b/.github/ISSUE_TEMPLATE/05_other.md deleted file mode 100644 index 446c3e400..000000000 --- a/.github/ISSUE_TEMPLATE/05_other.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: "\U0001F4AC Anything else?" -about: For general usage questions or help with your code, please consider - posting on Stack Overflow or GH Discussions instead. - ---- - - - -## Your Environment - -* Operating System: -* Python Version Used: -* spaCy Version Used: -* Environment Information: