Skip to content

Commit 3cef10e

Browse files
Reworded form to be in question and answer format
1 parent cc0cb12 commit 3cef10e

1 file changed

Lines changed: 17 additions & 19 deletions

File tree

.github/ISSUE_TEMPLATE/Bug report form.yml

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Report a problem/bug
22
title: '[Problem/Bug]: '
3-
description: Report a problem if something's not working.
3+
description: Report if something is not working
44
labels: ["bug"]
55
body:
66
- type: markdown
77
attributes:
88
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.
1010
- id: what-happened
1111
type: textarea
1212
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
1414
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.
1616
validations:
1717
required: true
1818
- id: importance
@@ -23,9 +23,9 @@ body:
2323
multiple: false
2424
options:
2525
- ----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.
2727
- 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.
2929
validations:
3030
required: true
3131
- id: runtime-channel
@@ -42,21 +42,19 @@ body:
4242
- type: markdown
4343
attributes:
4444
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).
4646
- id: runtime-version
4747
type: input
4848
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?
5050
label: Runtime Version
51-
validations:
52-
required: true
51+
placeholder: (eg. 114.0.1823.79)
5352
- id: sdk-version
5453
type: input
5554
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.)
5756
label: SDK Version
58-
validations:
59-
required: true
57+
placeholder: (eg. 1.0.1905-prerelease)
6058

6159
- id: framework
6260
type: dropdown
@@ -94,17 +92,16 @@ body:
9492
- id: os-version
9593
type: input
9694
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)
9896
label: OS Version
9997
validations:
10098
required: false
10199
- id: repro-steps
102100
type: textarea
103101
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:
108105
required: true
109106
- id: regression
110107
type: dropdown
@@ -121,7 +118,8 @@ body:
121118
- id: last-working-version
122119
type: input
123120
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?
125122
label: Last working version (if regression)
123+
placeholder: (e.g. SDK 1.0.1774.30, Runtime 114.0.1823.32)
126124
validations:
127125
required: false

0 commit comments

Comments
 (0)