-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2-feature-request.yml
More file actions
49 lines (45 loc) · 1.41 KB
/
2-feature-request.yml
File metadata and controls
49 lines (45 loc) · 1.41 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
39
40
41
42
43
44
45
46
47
48
49
name: Feature Request
description: Suggest a new feature or enhancement
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the feature you'd like to see
placeholder: A clear and concise description of the feature
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem does this feature solve?
placeholder: Describe the problem or use case this feature would address
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: How should this feature work?
placeholder: Describe your proposed solution or how you envision this feature working
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you considered any alternative solutions?
placeholder: Describe any alternative solutions or features you've considered
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context, examples, or mockups about the feature
placeholder: Any additional information that might be helpful
validations:
required: false