From 41f3efcf016efd08a52a0818fb6c91fde461e45d Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Mon, 27 Mar 2023 18:57:23 +0100 Subject: [PATCH] [skipci] set template --- .github/ISSUE_TEMPLATE/feature request.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature request.yml b/.github/ISSUE_TEMPLATE/feature request.yml index 8111f70..cc97a4e 100644 --- a/.github/ISSUE_TEMPLATE/feature request.yml +++ b/.github/ISSUE_TEMPLATE/feature request.yml @@ -1,4 +1,17 @@ name: Feature Request description: Request a new feature title: "[FEAT]: " -labels: [feature, review] \ No newline at end of file +labels: [feature, review] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to request a new feature! before doing so, make sure that the feature you're requesting isn't already requested. You can do so by searching the issues first. + - type: textarea + id: feature-description + attributes: + label: Feature Description + description: A clear and concise description of the feature you're requesting. + placeholder: "As a user, I want to be able to do X so that I can Y." + validations: + required: true \ No newline at end of file