Browse Source

Update bug_report.yml

pull/4046/head
ImSwordQueen 12 months ago
parent
commit
97df62f8d0
  1. 14
      .github/ISSUE_TEMPLATE/bug_report.yml

14
.github/ISSUE_TEMPLATE/bug_report.yml

@ -23,7 +23,7 @@ body: @@ -23,7 +23,7 @@ body:
label: Repro ExplorerPatcher versions
description: Provide the relevant versions of ExplorerPatcher for reproduction of the issue.
placeholder: |
**Example:**
Example:
ExplorerPatcher 67.1
validations:
required: true
@ -33,7 +33,7 @@ body: @@ -33,7 +33,7 @@ body:
label: Repro Windows Versions
description: Provide the relevant versions for reproduction of the issue. For example, Windows version, and architecture (e.g. x64 or ARM64).
placeholder: |
**Example:**
Example:
Windows 11 24H2 26100.1150 ARM64
Windows 11 24H2 26100.2314 ARM64
validations:
@ -44,7 +44,7 @@ body: @@ -44,7 +44,7 @@ body:
label: 3rd party tweak software installed
description: A list of 3rd Party software that may modify the shell in someway.
placeholder: |
**Example:**
Example:
TranslucentTB
Windhawk (with disable grouping and vertical taskbar mods)
OpenShell
@ -58,7 +58,7 @@ body: @@ -58,7 +58,7 @@ body:
label: Describe the bug
description: A clear and concise description of what the bug is. Please try to isolate the issue to ExplorerPatcher by disabling other customization software.
placeholder: |
**Example:**
Example:
1. Install EP 67.1.
2. Enable Windows 10 (ExplorerPatcher) taskbar and restart Explorer.
3. Make sure Ethernet (if available) is disconnected, and then disconnect Wi-Fi.
@ -75,7 +75,7 @@ body: @@ -75,7 +75,7 @@ body:
label: Expected outcome
description: Describe what you expected to happen when performing the steps above.
placeholder: |
**Example:**
Example:
The icon of the Network tray icon changes from Wi-Fi signal bars to globe (no Internet) icon like it was on 11 23H2, 11 22H2, and previous versions.
validations:
required: true
@ -85,7 +85,7 @@ body: @@ -85,7 +85,7 @@ body:
label: Actual outcome
description: Describe what actually happens after performing the steps above.
placeholder: |
**Example:**
Example:
The icon is stuck in the Wi-Fi icon state, giving false impressions that the device is still connected to Wi-Fi. The icon will stay this way until Wi-Fi/Airplane Mode is toggled, or until the device is reconnected to a Wi-Fi router.
validations:
required: true
@ -95,7 +95,7 @@ body: @@ -95,7 +95,7 @@ body:
label: Additional info
description: Provide any additional information that may help in diagnosing the issue, such as logs, error messages, or links to related issues.
placeholder: |
**Example:**
Example:
Windows 11 build 25236 removed pnidui.dll, leaving the restoration-from-22621 method being the only option to have this icon. However, there may be interface mismatches or API updates that caused the 22621 (22H2) pnidui.dll to behave this way on 24H2. Patches to pnidui.dll may be needed in order to fix this.
validations:
required: false

Loading…
Cancel
Save