-
Notifications
You must be signed in to change notification settings - Fork 415
Expand file tree
/
Copy path2-feature-request.yml
More file actions
43 lines (40 loc) · 1.42 KB
/
2-feature-request.yml
File metadata and controls
43 lines (40 loc) · 1.42 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
name: Feature request
description: Request a new feature or change
type: Enhancement
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this feature request form!
- type: textarea
attributes:
label: Is your feature request related to a use case or problem?
description: >-
Please tell us the context of your request. Is it to help you do
something that you currently cannot due to limitations in this
software, or is it an idea for an enhancement or new functionality,
or something else?
validations:
required: true
- type: textarea
attributes:
label: What solution or approach do you envision?
description: >-
If you have ideas or preferences for the solution, you can let us know
here. If you are aware of other similar or related work, please let us
know about it here.
validations:
required: true
- type: dropdown
attributes:
label: How urgent is this for you?
description: >-
Please choose from among the following options. If the lack of this
feature is blocking important work, please choose from among P0–P2.
options:
- P0 – needed no later than a week
- P1 – needed by the next release
- P2 – needed within two quarters
- P3 – not blocked; it's an idea
validations:
required: false