Skip to content

Commit

Permalink
chore: update feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 15, 2024
1 parent 19d951b commit ab15a36
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
name: Feature Request
description: Submit a feature request
title: "[Feature request]: "
title: '[Feature request]: '
body:
- type: textarea
id: request
attributes:
label: Proposal
description: If you have a solution in mind, please explain that too.
label: Description
description: Please describe the feature you would like to see.
placeholder: Explain your proposal
validations:
required: true
- type: textarea
id: justify
attributes:
label: Problem Statement/Justification
description: If you have a solution in mind, please explain that too.
placeholder: Why do you need this feature?
validations:
required: true
- type: textarea
id: justify
attributes:
label: Additional Information
description: What resources (links, screenshots, etc.) do you have to assist this effort?
placeholder: Any additional information you would like to provide?
validations:
required: true
- type: dropdown
id: submit-pr
attributes:
Expand Down

0 comments on commit ab15a36

Please sign in to comment.