From 1dc518cc6de56434dc2f8c6b6e4d254b91af61ff Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 10 Feb 2022 22:20:20 +0530 Subject: [PATCH] chore: fix typo --- .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 0e95868a..0750eb76 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -41,5 +41,5 @@ body: required: true - label: Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md). required: true - - label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. + - label: Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate. required: true