From 48704cdd91b63e2ea50b7a7ea5f18ae7192fc1c6 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 7 Sep 2021 16:25:10 -0400 Subject: [PATCH] Extend feature request template to request more detail --- .github/ISSUE_TEMPLATE/feature_request.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 65f452f0b..e72d02958 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -30,8 +30,10 @@ body: attributes: label: Proposed functionality description: > - Describe in detail the new feature or behavior you'd like to propose. Include any specific - changes to work flows, data models, or the user interface. + Describe in detail the new feature or behavior you are proposing. Include any specific changes + to work flows, data models, and/or the user interface. The more detail you provide here, the + greater chance your proposal has of being discussed. Feature requests which don't include an + actionable implementation plan will be rejected. validations: required: true - type: textarea