From c84113f410d76e15fed3cebd83491f628396b5ab Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Fri, 12 Apr 2024 18:00:14 +0900 Subject: [PATCH] chore: add vscode extension to issue template links (#5524) --- .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 7aac8e548..51ee05e51 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. -- 2.51.2