From 4b70b91a6e28669ab8e2a4ce2a6d9ed40be20fa7 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 13 Oct 2022 12:06:33 -0700 Subject: [PATCH] chore: Add VS Code issues link (#16423) Add VS Code plugin issues link --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index af8c43451d4..f98389b25f2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,6 @@ contact_links: - name: 🗣 Ask a Question, Discuss url: https://github.com/eslint/eslint/discussions about: Get help using ESLint + - name: 📝 Help with VS Code ESLint + url: https://github.com/microsoft/vscode-eslint/issues/ + about: Bugs and feature requests for the VS Code ESLint plugin