From 1458ec8d110b3d86eaf0b6b13721567ed425f7c4 Mon Sep 17 00:00:00 2001 From: Chatter Chats <57570001+chatterchats@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:43:28 -0700 Subject: [PATCH] Update feature_request.yml (#30) * Changed about to description as about is a bad key for yaml. --- .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 4e2dc4f..7efae82 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: Feature request -about: Suggest new features for the API +description: Suggest new features for the API title: '[FEATURE]: ' labels: ['feature request'] body: @@ -34,4 +34,4 @@ body: id: additional-comments attributes: label: Any additional comments? - description: Add any other context or screenshots about the feature request here. \ No newline at end of file + description: Add any other context or screenshots about the feature request here.