From 427ab8af4ca4ee17899b869a46946bfd31998ddd Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Fri, 12 Apr 2024 09:04:23 +0900 Subject: [PATCH] chore: add vscode extension to issue template links --- .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 7aac8e54878e..51ee05e510a2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: VS Code Extension Issues + url: https://github.com/vitest-dev/vscode/issues/new/choose + about: VS Code extension related issues should be reported on the vitest-dev/vscode repository. - name: Discord Chat url: https://chat.vitest.dev about: Ask questions and discuss with other Vitest users in real time.