-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathfeature_request.yml
More file actions
122 lines (115 loc) · 3.11 KB
/
feature_request.yml
File metadata and controls
122 lines (115 loc) · 3.11 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
name: Feature Request
description: Suggest an idea for this project
type: Feature
labels: [":toolbox: feature-request", ":new: status: new"]
projects: ["IgniteUI/16"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please fill out the sections below to help us understand your request.
- type: dropdown
id: component
attributes:
label: Component / Area
description: Which component or area does this feature request apply to?
options:
- Accordion
- Action Strip
- Avatar
- Badge
- Banner
- Bottom Navigation (Tabs)
- Button / Button Group
- Calendar
- Card
- Carousel
- Checkbox
- Chip / Chips Area
- Combo / Simple Combo
- Date Picker
- Date Range Picker
- Dialog
- Drag and Drop
- Drop Down
- Expansion Panel
- Grid
- Hierarchical Grid
- Tree Grid
- Pivot Grid
- Icon
- Input Group
- List
- Navbar
- Navigation Drawer
- Paginator
- Progress Bar
- Query Builder
- Radio / Radio Group
- Select
- Slider / Range Slider
- Snackbar
- Splitter
- Stepper
- Switch
- Tabs
- Time Picker
- Toast
- Tooltip
- Tree
- Theming / Styles
- Animations
- Layouts
- Services (Overlay, Transaction, etc.)
- Schematics / Migrations
- New Component
- Other
validations:
required: true
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when [...]
validations:
required: false
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: api-proposal
attributes:
label: Proposed API or Usage
description: If applicable, provide a code example or API sketch showing how this feature would be used.
render: typescript
validations:
required: false
- 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.
validations:
required: false
- type: dropdown
id: priority
attributes:
label: How important is this feature to you?
options:
- Nice to have
- Important — affects my workflow
- Critical — blocking my project
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context, screenshots, mockups, or links about the feature request here.
validations:
required: false