Skip to content

Commit

Permalink
Update FEATURE_REQUEST.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carloshdrp authored Dec 3, 2023
1 parent 0561ce6 commit 66eb91c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Request]: "
title: "[Feature Request]: "
labels: ["enhancement"]

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest an idea for this project!
💡 **Thanks for suggesting a feature!** Please provide a clear and concise description of what you would like to see.
- type: textarea
id: feature
attributes:
label: Describe your feature request
description: A clear and concise description of what you want to happen.
label: Feature Description
description: What feature do you want to add? How would it benefit the project?
placeholder: Describe the feature you're suggesting
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
label: Additional Context (Optional)
description: Add any other context, links, or screenshots about the feature request here.
validations:
required: false
- type: checkboxes
Expand Down

0 comments on commit 66eb91c

Please sign in to comment.