Skip to content

Commit 9c91d7d

Browse files
committed
update feature request form based on PM discussion
1 parent b7a06e4 commit 9c91d7d

1 file changed

Lines changed: 17 additions & 28 deletions

File tree

.github/ISSUE_TEMPLATE/Feature request form.yml

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,14 @@ body:
1717
validations:
1818
required: true
1919

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-
2920
- type: textarea
3021
id: usecases
3122
attributes:
3223
label: The scenario/use case where you would use this feature
3324
description: If possible, please shed some light on the scenario/use cases you are trying to accomplish.
3425
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.
3526
validations:
36-
required: false
27+
required: true
3728

3829
- type: dropdown
3930
id: importance
@@ -47,21 +38,11 @@ body:
4738
- Nice to have. There're other ways to tackle this, but having official API support would be beneficial.
4839
validations:
4940
required: true
50-
51-
- type: dropdown
52-
id: timeline
41+
- type: markdown
5342
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+
6546
- type: textarea
6647
id: suggested-implementation
6748
attributes:
@@ -71,12 +52,20 @@ body:
7152
validations:
7253
required: false
7354
- type: textarea
74-
id: workaround
55+
id: app-background
7556
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.
7960
validations:
8061
required: false
8162

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.
8271

0 commit comments

Comments
 (0)