From adb49fdff55ce83b6112ccb4b8d9aafeed91fb0b Mon Sep 17 00:00:00 2001 From: hugo-t-b <101022007+hugo-t-b@users.noreply.github.com> Date: Mon, 2 May 2022 00:09:45 +1000 Subject: [PATCH] fix: typo in feature request template (#1222) 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