From 65cf4cc2ca9f4cda1bdfaa4bcc7ad2c5e09ab7e4 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 22 Feb 2026 07:53:17 -0500 Subject: [PATCH] chore(dev): fix issue template typo (#9711) --- .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 2ca68baae409..876e736973cb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -43,5 +43,5 @@ body: required: true - label: Read the [docs](https://vitest.dev/guide/). required: true - - label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate. + - label: Check that there isn't already an issue that requests the same feature to avoid creating a duplicate. required: true