-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02-feature-request.yml
More file actions
41 lines (36 loc) · 958 Bytes
/
02-feature-request.yml
File metadata and controls
41 lines (36 loc) · 958 Bytes
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
39
40
41
name: Feature request
description: Suggest an idea or enhancement
title: "[Feature]: "
labels:
- enhancement
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for suggesting an improvement 🚀
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem does this feature solve?
placeholder: I'm frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like to see.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Any alternative solutions or features you’ve considered.
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context, screenshots, or examples.