|
| 1 | +name: Report a problem/bug |
| 2 | +title: '[Problem/Bug]: ' |
| 3 | +description: Report if something is not working |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | +- type: markdown |
| 7 | + attributes: |
| 8 | + value: |
| 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 | +- id: what-happened |
| 11 | + type: textarea |
| 12 | + attributes: |
| 13 | + description: Describe the issue you encountered. Callstacks and error messages are helpful. |
| 14 | + label: What happened? |
| 15 | + validations: |
| 16 | + required: true |
| 17 | +- id: importance |
| 18 | + type: dropdown |
| 19 | + attributes: |
| 20 | + label: Importance |
| 21 | + description: How important is this bug to your app? |
| 22 | + multiple: false |
| 23 | + options: |
| 24 | + - ----Please select---- |
| 25 | + - Blocking. My app's basic functions are not working due to this issue. |
| 26 | + - Important. My app's user experience is significantly compromised. |
| 27 | + - Moderate. My app's user experience is affected, but still usable. |
| 28 | + validations: |
| 29 | + required: true |
| 30 | +- id: runtime-channel |
| 31 | + type: dropdown |
| 32 | + attributes: |
| 33 | + label: Runtime Channel |
| 34 | + description: Are you seeing this issue in stable release or prerelease of WebView2 runtime? |
| 35 | + multiple: true |
| 36 | + options: |
| 37 | + - Stable release (WebView2 Runtime) |
| 38 | + - Prerelease (Edge Canary/Dev/Beta) |
| 39 | + validations: |
| 40 | + required: true |
| 41 | +- type: markdown |
| 42 | + attributes: |
| 43 | + value: | |
| 44 | + **Tip:** it's recommended to test your web content in the WebView2 control against [Microsoft Edge Insider (preview) Channels (Beta, Dev, or Canary)](https://www.microsoft.com/en-us/edge/download/insider?form=MA13FJ). For more information please check out [testing app for forward-compatibility](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#test-your-app-for-forward-compatibility). |
| 45 | +- id: runtime-version |
| 46 | + type: input |
| 47 | + attributes: |
| 48 | + description: Which runtime version are you using? Instructions [here](https://github.com/MicrosoftEdge/WebView2Feedback/blob/victorhuangwq/updatetemplate/diagnostics/version.md) |
| 49 | + label: Runtime Version |
| 50 | + placeholder: (eg. 114.0.1823.79) |
| 51 | +- id: sdk-version |
| 52 | + type: input |
| 53 | + attributes: |
| 54 | + description: Which SDK version are you using? Instructions [here](https://github.com/MicrosoftEdge/WebView2Feedback/blob/victorhuangwq/updatetemplate/diagnostics/version.md) |
| 55 | + label: SDK Version |
| 56 | + placeholder: (eg. 1.0.1905-prerelease) |
| 57 | + |
| 58 | +- id: framework |
| 59 | + type: dropdown |
| 60 | + attributes: |
| 61 | + description: What UI framework are you using? |
| 62 | + label: Framework |
| 63 | + options: |
| 64 | + - ----Please select---- |
| 65 | + - WPF |
| 66 | + - Win32 |
| 67 | + - Winforms |
| 68 | + - WinUI2/UWP |
| 69 | + - WinUI3/WinAppSDK |
| 70 | + - Unity Plugin |
| 71 | + - Other |
| 72 | + validations: |
| 73 | + required: true |
| 74 | +- id: os |
| 75 | + type: dropdown |
| 76 | + attributes: |
| 77 | + description: Which operating system are you seeing this issue with? |
| 78 | + label: Operating System |
| 79 | + multiple: true |
| 80 | + options: |
| 81 | + - Windows 10 |
| 82 | + - Windows 11 |
| 83 | + - Earlier than Windows 10 (deprecated) |
| 84 | + - Windows Server |
| 85 | + - Xbox |
| 86 | + - Hololens |
| 87 | + - Other |
| 88 | + validations: |
| 89 | + required: true |
| 90 | + |
| 91 | +- id: os-version |
| 92 | + type: input |
| 93 | + attributes: |
| 94 | + description: Version can be found in System > About or System Information |
| 95 | + label: OS Version |
| 96 | + placeholder: (e.g. 22621.2283 or 10.0.22621) |
| 97 | + validations: |
| 98 | + required: false |
| 99 | +- id: repro-steps |
| 100 | + type: textarea |
| 101 | + attributes: |
| 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: |
| 105 | + required: true |
| 106 | +- id: regression |
| 107 | + type: dropdown |
| 108 | + attributes: |
| 109 | + description: Was this working before, but has regressed? |
| 110 | + label: Regression |
| 111 | + options: |
| 112 | + - No, this never worked |
| 113 | + - Regression in newer Runtime |
| 114 | + - Regression in newer SDK |
| 115 | + - Don't know |
| 116 | + validations: |
| 117 | + required: true |
| 118 | +- id: last-working-version |
| 119 | + type: input |
| 120 | + attributes: |
| 121 | + description: If this is a regression, what was the last working version of SDK and Runtime? |
| 122 | + label: Last working version (if regression) |
| 123 | + placeholder: (e.g. SDK 1.0.1774.30, Runtime 114.0.1823.32) |
| 124 | + validations: |
| 125 | + required: false |
0 commit comments