From 99715089b0c300e3b61e4ce35528430e1d805523 Mon Sep 17 00:00:00 2001 From: Hugo Brosnahan <101022007+hugo-t-b@users.noreply.github.com> Date: Sun, 1 May 2022 19:42:59 +1000 Subject: [PATCH] fix: typo in feature request template Fix the typo in the feature request issue template, where "Vite" is used instead of "Vitest." --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6c09c61dba41..ea259bb67754 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: 🚀 New feature proposal -description: Propose a new feature to be added to Vite +description: Propose a new feature to be added to Vitest labels: ['enhancement: pending triage'] body: - type: markdown