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
+17-28Lines changed: 17 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -17,23 +17,14 @@ body:
17
17
validations:
18
18
required: true
19
19
20
-
- type: textarea
21
-
id: app-background
22
-
attributes:
23
-
label: About your app and what you are using WebView2 for
24
-
description: If possible, it would be great for us to have a better understanding of what your app do, and what you're using WebView2 in your app for. If it's been shared in another issue opened by you, you can skip this question.
25
-
placeholder: e.g. our app use WebView2 to handle form submission and printing in hospital kiosks.
26
-
validations:
27
-
required: false
28
-
29
20
- type: textarea
30
21
id: usecases
31
22
attributes:
32
23
label: The scenario/use case where you would use this feature
33
24
description: If possible, please shed some light on the scenario/use cases you are trying to accomplish.
34
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.
35
26
validations:
36
-
required: false
27
+
required: true
37
28
38
29
- type: dropdown
39
30
id: importance
@@ -47,21 +38,11 @@ body:
47
38
- Nice to have. There're other ways to tackle this, but having official API support would be beneficial.
48
39
validations:
49
40
required: true
50
-
51
-
- type: dropdown
52
-
id: timeline
41
+
- type: markdown
53
42
attributes:
54
-
label: Timeline
55
-
description: Any pending timeline for your app that depend on this particular ask?
56
-
options:
57
-
- ----Please select----
58
-
- Urgent - Within the next 6 months
59
-
- Pressing - Within 1 year
60
-
- Moderate - Within the next 1-2 years
61
-
- To be determined
62
-
- Not time-sensitive
63
-
validations:
64
-
required: true
43
+
value: |
44
+
#### Helpful additional info
45
+
65
46
- type: textarea
66
47
id: suggested-implementation
67
48
attributes:
@@ -71,12 +52,20 @@ body:
71
52
validations:
72
53
required: false
73
54
- type: textarea
74
-
id: workaround
55
+
id: app-background
75
56
attributes:
76
-
label: Workaround
77
-
description: Please describe any workaround you have considered, if any.
78
-
placeholder: e.g. I've considered using... but it's not ideal because...
57
+
label: What does your app do, and whether there's pending timeline for the request
58
+
description: If you haven't shared before, it would be helpful to understand what your app does, how WebView2 is used, and if there's any pending timeline.
59
+
placeholder: e.g. our app use WebView2 to handle form submission and printing in hospital kiosks. We need to release in this December.
79
60
validations:
80
61
required: false
81
62
63
+
- type: markdown
64
+
attributes:
65
+
value: |
66
+
#### If you'd like to reply +1 for this request
67
+
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.
0 commit comments