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/Bug report form.yml
+17-19Lines changed: 17 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
name: Report a problem/bug
2
2
title: '[Problem/Bug]: '
3
-
description: Report a problem if something's not working.
3
+
description: Report if something is not working
4
4
labels: ["bug"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value:
9
-
Thanks for taking the time to fill out this report. Here is [an example](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3648) of a good bug report that will help us in accurately identifying the issue.
9
+
Thanks for taking time to fill up the bug report! Here is [a good bug report](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3648) that will help us in identifying the issue.
10
10
- id: what-happened
11
11
type: textarea
12
12
attributes:
13
-
description: Please tell us what's not working as expected. Please include callstacks and error messages if possible.
13
+
description: Also tell us what do you expect to happen
14
14
label: What happened?
15
-
placeholder: Please describe the issue you encountered. Callstacks and error messages are helpful.
15
+
placeholder: Describe the issue you encountered. Callstacks and error messages are helpful.
16
16
validations:
17
17
required: true
18
18
- id: importance
@@ -23,9 +23,9 @@ body:
23
23
multiple: false
24
24
options:
25
25
- ----Please select----
26
-
- Blocking. My app's basic functions cannot work.
26
+
- Blocking. My app's basic functions is not working due to this issue.
27
27
- Important. My app's user experience is significantly compromised.
28
-
- Moderate. This issue has a certain impact on my app.
28
+
- Moderate. My app's user experience is affected, but still usable.
29
29
validations:
30
30
required: true
31
31
- id: runtime-channel
@@ -42,21 +42,19 @@ body:
42
42
- type: markdown
43
43
attributes:
44
44
value: |
45
-
**Tip:** it's recommended to test your web content in the WebView2 control against Microsoft Edge Insider (preview) Channels (Beta, Dev, or Canary). [Download here](https://www.microsoft.com/en-us/edge/download/insider?form=MA13FJ). For more information please checkout the [development best practices](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/developer-guide#run-compatibility-tests-regularly-when-using-the-evergreen-runtime).
45
+
**Tip:** it's recommended to test your web content in the WebView2 control against Microsoft Edge Insider (preview) Channels (Beta, Dev, or Canary). [Download here](https://www.microsoft.com/en-us/edge/download/insider?form=MA13FJ). For more information please checkout the [development best practices](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/developer-guide#run-compatibility-tests-regularly-when-using-the-evergreen-runtime).
46
46
- id: runtime-version
47
47
type: input
48
48
attributes:
49
-
description: Please enter the Runtime version you are using. (e.g. 114.0.1823.79)
49
+
description: Which runtime version are you using?
50
50
label: Runtime Version
51
-
validations:
52
-
required: true
51
+
placeholder: (eg. 114.0.1823.79)
53
52
- id: sdk-version
54
53
type: input
55
54
attributes:
56
-
description: Please enter the SDK version you are using. (e.g. 1.0.1905-prerelease. You can get this value from the Nuget settings for your project.)
55
+
description: Which SDK version are you using? (You can get this value from the Nuget settings for your project.)
57
56
label: SDK Version
58
-
validations:
59
-
required: true
57
+
placeholder: (eg. 1.0.1905-prerelease)
60
58
61
59
- id: framework
62
60
type: dropdown
@@ -94,17 +92,16 @@ body:
94
92
- id: os-version
95
93
type: input
96
94
attributes:
97
-
description: Please enter the OS version you are seeing this issue with. (Version can be found in System Information. e.g., 10.0.22621)
95
+
description: Which OS version are you seeing this issue with? (Version can be found in System Information. e.g., 10.0.22621)
98
96
label: OS Version
99
97
validations:
100
98
required: false
101
99
- id: repro-steps
102
100
type: textarea
103
101
attributes:
104
-
description: Minimal steps needed to reproduce the bug. Please be clear on what the expected behavior is vs. what the actual behavior is. Please provide a minimal sample app that demonstrates the issue, if possible.
105
-
label: Repro steps and sample app
106
-
placeholder: Please let us know how to reproduce this bug. A sample app would be very helpful.
107
-
validations:
102
+
description: What are the steps needed to reproduce the bug? Describe the expected behavior against the actual behavior.
103
+
label: Repro steps
104
+
validations:
108
105
required: true
109
106
- id: regression
110
107
type: dropdown
@@ -121,7 +118,8 @@ body:
121
118
- id: last-working-version
122
119
type: input
123
120
attributes:
124
-
description: If this is a regression, what was the last working version of SDK and Runtime? (e.g. SDK 1.0.1774.30, Runtime 114.0.1823.32)
121
+
description: If this is a regression, what was the last working version of SDK and Runtime?
0 commit comments