From 65bb0abde56f72586036fff151aa2d13f1b7be6c Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Fri, 29 Jan 2021 19:37:13 -0800 Subject: [PATCH] Chore: Clean up new issue workflow (#14040) --- .github/ISSUE_TEMPLATE/QUESTION.md | 25 ------------------------- .github/ISSUE_TEMPLATE/SECURITY.md | 23 ----------------------- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 3 files changed, 3 insertions(+), 51 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/QUESTION.md delete mode 100644 .github/ISSUE_TEMPLATE/SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md deleted file mode 100644 index cbcfec68239..00000000000 --- a/.github/ISSUE_TEMPLATE/QUESTION.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: "⛔ Question" -about: Please go to https://eslint.org/chat -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/SECURITY.md b/.github/ISSUE_TEMPLATE/SECURITY.md deleted file mode 100644 index d69aa7f8c10..00000000000 --- a/.github/ISSUE_TEMPLATE/SECURITY.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "⛔ Security issue" -about: Please file security issues at https://hackerone.com/eslint -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 822fe546e15..af8c43451d4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Breaking/Core change - url: https://github.com/eslint/rfcs#how-to-submit-an-rfc - about: Please submit an RFC here. + - name: 🗣 Ask a Question, Discuss + url: https://github.com/eslint/eslint/discussions + about: Get help using ESLint