-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
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,47 @@ | ||
name: Feature request | ||
description: Suggest a new feature or enhancement. | ||
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: input | ||
id: title | ||
attributes: | ||
label: Short summary | ||
description: A short summary of the feature request | ||
placeholder: "e.g., Add dark mode to the application" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Detailed description | ||
description: A detailed description of the feature request | ||
placeholder: "Describe the feature in detail, including the problem it solves, the benefits it provides, and any additional context." | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: examples | ||
attributes: | ||
label: Examples | ||
description: Any examples or mockups to help illustrate the feature | ||
placeholder: "e.g., Provide a screenshot or a link to a similar feature" | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: additional_context | ||
attributes: | ||
label: Additional context | ||
description: Any other context or information you want to provide | ||
placeholder: "e.g., Why is this feature important to you?" | ||
validations: | ||
required: false |