Skip to content

Commit

Permalink
chore(issue template): added user value
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 committed Feb 20, 2025
1 parent 102ff65 commit 71d372b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ 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
description: Include any specific requirements you need
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
Expand All @@ -39,4 +39,3 @@ body:
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit 71d372b

Please sign in to comment.