You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Feature request form.yml
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Thanks for taking the time to fill out this feature request. Here is a [good sample report](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3683)
9
+
Thanks for taking the time to fill out this feature request. Here is an example of a [good feature request](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3683)
10
10
11
11
- type: textarea
12
12
id: feature-need
13
13
attributes:
14
14
label: Describe the feature/enhancement you need
15
-
description: Please describe what you want to happen, or what problem you are seeing without this feature.
15
+
description: Describe what you want to happen, or what problem you are seeing without this feature.
16
16
placeholder: I need to do xyz when ... but I'm having trouble achieving this because...
17
17
validations:
18
18
required: true
@@ -21,16 +21,14 @@ body:
21
21
id: usecases
22
22
attributes:
23
23
label: The scenario/use case where you would use this feature
24
-
description: If possible, please shed some light on the scenario/use cases you are trying to accomplish.
25
-
placeholder: For example, our user need to print out a report based on a pre-defined template. We need to set the print options in a dialog box with values defined in the template.
24
+
placeholder: e.g. our user needs to print out a report based on a pre-defined template. We need to set the print options in a dialog box with values defined in the template.
26
25
validations:
27
26
required: true
28
27
29
28
- type: dropdown
30
29
id: importance
31
30
attributes:
32
-
label: Importance
33
-
description: How important is this request to you?
31
+
label: How important is this request to you?
34
32
options:
35
33
- ----Please select----
36
34
- Critical. My app's basic functions wouldn't work without it.
@@ -65,7 +63,7 @@ body:
65
63
value: |
66
64
## ---How to add a '+1' reply for this request---
67
65
We welcome other developers who saw the original post to indicate they also want this feature. Please reply with these info to help us prioritize:
68
-
- your use cases/scenario as it may differ from the original post
69
-
- Importance to you
70
-
- If possible, more context such as what does your app do and timeline.
66
+
- Your use cases/scenario as it may differ from the original post
67
+
- How important is this request to you?
68
+
- Additionally, any context such as what does your app do, and any pending timeline
0 commit comments