diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index af3cc79..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for Foblex Flow -title: '' -labels: enhancement -assignees: siarheihuzarevich, markwojno -body: - - type: textarea - id: description - attributes: - label: Feature Proposal - description: Please provide a clear and concise description of the feature you want to propose. - validations: - required: true ---- diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..070b92d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,39 @@ +name: Feature request +description: Suggest an idea for Foblex Flow +labels: + - enhancement +assignees: + - siarheihuzarevich + - markwojno +body: + - type: textarea + id: description + attributes: + label: Description + description: Please 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