-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename feature_request.md to feature_request.yml
Update feature request to v2 template (YML)
- Loading branch information
1 parent
8c7274e
commit 1f087d6
Showing
2 changed files
with
49 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |