From 66963d9b17d24876d661513d59b62324bc1520e8 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 15 Mar 2024 12:45:51 +0000 Subject: [PATCH] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 676b2c5..912e6f4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: 💡 General Feature Request -description: Suggest features, propose improvements, discuss new ideas! +description: Suggest features, propose improvements, and discuss new ideas! title: "[FEATURE] " labels: ["enhancement"] body: @@ -7,18 +7,18 @@ body: id: description attributes: label: Description - description: A brief description of the enhancement you propose, also include what you tried and what worked. + description: A brief description of the enhancement you propose, also including what you tried and what worked. validations: required: true - type: textarea - id: screenshots + id: tech-notes attributes: - label: Screenshots - description: Please add screenshots if applicable + label: Tech notes + description: Please add any tech notes related to this feature request validations: required: false - type: textarea - id: extrainfo + id: extra-info attributes: label: Additional information description: Is there anything else we should know about this idea?