From 39a5bc7c597708919eee74c520ee6aec51995185 Mon Sep 17 00:00:00 2001 From: BotBlake Date: Sat, 21 Dec 2024 02:23:48 +0100 Subject: [PATCH] fix feature request template --- .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 c7aac469..8ff683cd 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ name: Feature Request -about: Suggest a feature or enhancement for the project +description: Suggest a feature or enhancement for the project labels: enhancement body: - type: markdown @@ -30,7 +30,7 @@ body: "As a [type of user], I want [a goal] so that [benefit]." Acceptance Criteria: - [List of measurable criteria to ensure the feature works as intended.] + [List of measurable criteria to ensure the feature works as intended.] validations: required: true