Skip to content

Commit

Permalink
TW-1917: Add template for future request
Browse files Browse the repository at this point in the history
  • Loading branch information
hieutbui authored and hoangdat committed Jul 9, 2024
1 parent 1b68c69 commit e15e50f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Feature request
description: Suggest an idea for this project
title: "Quick description of the feature"
labels: [enhancement]
body:
- type: textarea
attributes:
label: Describe the feature
description: A clear and concise description of what the problem is
placeholder: |
Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like or your expectation
description: A clear and concise description of what you want to happen
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add any other context about the feature request here
validations:
required: false

0 comments on commit e15e50f

Please sign in to comment.