From ef87ac2287d39943893175252f28d5476d8c71c9 Mon Sep 17 00:00:00 2001 From: ZTL-UwU Date: Tue, 12 Nov 2024 18:01:01 +0800 Subject: [PATCH] chore: update issue template name Signed-off-by: ZTL-UwU --- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 747c75d8..42e9546c 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ name: 🚀 Feature request -description: Suggest a feature that will improve Nuxt +description: Suggest a feature that will improve shadcn-docs-nuxt labels: [✨ feature] title: 'feat: ' body: @@ -7,7 +7,7 @@ body: id: feature-description attributes: label: Describe the feature - description: A clear and concise description of what you think would be a helpful addition to Nuxt, including the possible use cases and alternatives you have considered. If you have a working prototype or module that implements it, please include a link. + description: A clear and concise description of what you think would be a helpful addition to shadcn-docs-nuxt, including the possible use cases and alternatives you have considered. If you have a working prototype or module that implements it, please include a link. placeholder: Feature description validations: required: true