From 1acd30da688c45175b4de30fb16be8bdc8714d1c Mon Sep 17 00:00:00 2001 From: Isaac Gray-Christensen Date: Tue, 16 Jan 2024 20:34:41 -0800 Subject: [PATCH] updated feature template --- .github/ISSUE_TEMPLATE/2-feature_template.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2-feature_template.yml b/.github/ISSUE_TEMPLATE/2-feature_template.yml index 6f83b297..8a357a35 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_template.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_template.yml @@ -13,6 +13,15 @@ body: validations: required: true + - type: textarea + id: benefits + attributes: + label: 'What problem are you trying to solve?' + description: Tell us what is the thing you are doing and why this feature would help you in that + placeholder: Describe the problem or issue that the feature would solve + validations: + required: true + - type: textarea id: basic_example attributes: