From 7fd4cd27cbde239da2c91459b70fb13411c3e708 Mon Sep 17 00:00:00 2001 From: crecine <51181861+crecine@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:41:35 -0800 Subject: [PATCH] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d53f39a83..67f35ee82 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,14 +2,14 @@ name: Feature or change request description: Request a new capability or change in behavior in Aviary. body: - type: textarea - id: description + id: desired attributes: label: Desired capability or behavior. description: Please explain what you would like to happen, and any alternatives you've considered. validations: required: true - type: textarea - id: description + id: problems attributes: label: Is your feature request related to a problem? Please describe. description: A clear and concise description of what the problem is. @@ -22,4 +22,4 @@ body: description: Number of the associated Bug Report, if available. placeholder: "1" validations: - required: false \ No newline at end of file + required: false