From 45682906d27d68bdf5388fcb908bdfe0c8715258 Mon Sep 17 00:00:00 2001 From: Kenneth VanderLinde Date: Fri, 14 Apr 2023 20:20:36 -0700 Subject: [PATCH] Reword the Feature Request GitHub template so that it is easier to follow --- .github/ISSUE_TEMPLATE/feature_request.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 59902a86a5..f23458288e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,20 +1,20 @@ name: Feature Request -description: Suggest and idea for this project +description: Suggest an idea for this project title: "[Feature]: " labels: feature body: - type: textarea attributes: - label: Feature Request - description: Describe your feature request + label: Describe the Problem + description: A clear and concise description of the problem you're facing. placeholder: | - A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + Ex. I'm always frustrated when [...] validations: required: true - type: textarea attributes: label: The Solution you'd like - description: A clear and concise description of what you want to happen. + description: A clear and concise description of the feature you would like added. The feature should be a way to solve the problem stated above. validations: required: true - type: textarea