From 8145b55edccc05069cf4354c6393603a6d892176 Mon Sep 17 00:00:00 2001 From: Siarhei Huzarevich Date: Mon, 15 Jul 2024 12:48:04 +0200 Subject: [PATCH] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 37 ++++++++++++++++++++--- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f03f5651..1b4b330d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,37 @@ ---- -name: Feature request +name: 🎛️ Feature Request about: Suggest an idea for Foblex Flow title: '' -labels: enhancement -assignees: siarheihuzarevich, markwojno +labels: ['enhancement', 'feature request'] +assignees: ['siarheihuzarevich', 'markwojno'] +body: + - type: textarea + id: description + attributes: + label: Feature Description + description: Provide a clear and concise description of the feature you want to propose. + validations: + required: true + - type: textarea + id: justification + attributes: + label: Justification + description: Explain why this feature is important and how it will benefit users. + validations: + required: false + - type: textarea + id: alternatives + attributes: + label: Alternatives + description: Describe any alternative solutions or features you've considered. + validations: + required: false + - type: textarea + id: additional_context + attributes: + label: Additional Context + description: Add any other context or screenshots about the feature request here. + validations: + required: false ----