Skip to content

Commit

Permalink
Update and rename feature_request.md to feature_request.yml
Browse files Browse the repository at this point in the history
Update feature request to v2 template (YML)
  • Loading branch information
brichardson1991 authored Jan 30, 2025
1 parent 8c7274e commit 1f087d6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: 'Feature Request'
description: Suggest an idea for this project
title: '[Feature]: '
labels: enhancement
assignees:
- ''

body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please fill out the details below to help us understand your request.
- type: textarea
id: problem-description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Example: "I'm always frustrated when [...]"
placeholder: "Describe the problem or limitation you're facing."
validations:
required: true

- type: textarea
id: solution-description
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: "Explain the ideal solution or feature you'd like to see."
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: "Are there other ways to solve this issue? List them here."
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context or screenshots
description: Add any other context, links, or images that help explain your feature request.
placeholder: "Provide any supporting information, including screenshots if applicable."
value: ""
validations:
required: false

0 comments on commit 1f087d6

Please sign in to comment.