diff --git a/.github/ISSUE_TEMPLATE/feature_proposal.yaml b/.github/ISSUE_TEMPLATE/feature_proposal.yaml index b9f7d3c1da..876a7ce880 100644 --- a/.github/ISSUE_TEMPLATE/feature_proposal.yaml +++ b/.github/ISSUE_TEMPLATE/feature_proposal.yaml @@ -2,13 +2,6 @@ name: Feature Proposal 🚀 description: Suggest a feature to Liqo labels: ["feature proposal"] body: -- type: textarea - attributes: - label: Is your proposed feature related to a problem? - description: If so, please describe the problem. - placeholder: A clear and concise description of what the problem is. - validations: - required: false - type: textarea attributes: label: Describe the solution you'd like @@ -16,6 +9,13 @@ body: placeholder: A clear description of what you would like to happen. validations: required: true +- type: textarea + attributes: + label: Describe the user value of this feature + description: Explain how this feature will benefit the users. + placeholder: A clear description of the user value. + validations: + required: true - type: textarea attributes: label: Describe your proposed solution @@ -39,4 +39,3 @@ body: options: - label: I agree to follow this project's Code of Conduct required: true - \ No newline at end of file