-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path02_feature_request.yml
More file actions
38 lines (36 loc) · 1.48 KB
/
02_feature_request.yml
File metadata and controls
38 lines (36 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: "Feature Request"
description: "Suggest a new idea or enhancement."
labels: ["type: feature-request"]
type: "Feature"
body:
- type: markdown
attributes:
value: |
Thank you for suggesting a new feature!
Please provide as much detail as possible to help us understand and evaluate your idea.
Before submitting, please search our issue tracker to ensure this isn’t a duplicate request.
- type: textarea
attributes:
label: "Feature Description"
description: |
Describe your feature request in detail, including:
- What the feature is.
- Why it is needed and how it will improve the project.
- How it will benefit users (e.g., As a user, I want to [do something] so that [desired outcome].).
placeholder: "As a user, I want to filter search results by date so that I can quickly find recent information."
validations:
required: true
- type: textarea
attributes:
label: "Additional Context"
description: |
Provide any extra details or supporting information, such as:
- Links to references or related resources.
- Examples from other projects or systems.
- Screenshots, mockups, or diagrams.
*Tip: You can attach files by clicking here and dragging them in.*
placeholder: |
Here's a link to a similar feature in another project: [link].
I've also attached a mockup of what this could look like.
validations:
required: false