From dec07872d1d5221c571ed6e7346d6308daf71c18 Mon Sep 17 00:00:00 2001 From: KotlinIsland <65446343+KotlinIsland@users.noreply.github.com> Date: Sat, 1 Jan 2022 10:11:01 +1000 Subject: [PATCH] Update issue templates with links (#11874) Co-authored-by: KotlinIsland --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ .github/ISSUE_TEMPLATE/question.md | 15 --------------- 2 files changed, 7 insertions(+), 15 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..64a2e6494c1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - about: "Please check the linked documentation page before filing new issues." + name: "Common issues and solutions" + url: "https://mypy.readthedocs.io/en/stable/common_issues.html" + - about: "Please ask and answer any questions on the mypy Gitter." + name: "Questions or Chat" + url: "https://gitter.im/python/typing" diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index eccce57a270d..000000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Questions and Help -about: If you have questions, please check the below links -labels: "question" ---- - -**Questions and Help** - -_Please note that this issue tracker is not a help form and this issue will be closed._ - -Please check here instead: - -- [Website](http://www.mypy-lang.org/) -- [Documentation](https://mypy.readthedocs.io/) -- [Gitter](https://gitter.im/python/typing)