Browse Source

Update bug_report.yml

pull/4046/head
ImSwordQueen 12 months ago
parent
commit
a9d9e1ca8a
  1. 38
      .github/ISSUE_TEMPLATE/bug_report.yml

38
.github/ISSUE_TEMPLATE/bug_report.yml

@ -3,12 +3,27 @@ description: Report an issue
labels: labels:
- bug - bug
body: body:
- type: markdown
attributes:
value: |
> [!WARNING]
> Issues regarding virus detections will be closed automatically. Discuss it in [valinet#3670](https://github.com/valinet/ExplorerPatcher/issues/3670) or [valinet#3228](https://github.com/valinet/ExplorerPatcher/issues/3228)
- type: checkboxes
attributes:
label: Before reporting your issue
description: Please ensure you meet the following criteria before reporting issues
options:
- label: I have confirmed that this issue does not happen when ExplorerPatcher is not installed
- label: I do not have register as shell extension enabled
- label: I have tried my best to check existing issues
- type: textarea - type: textarea
attributes: attributes:
label: Repro ExplorerPatcher versions label: Repro ExplorerPatcher versions
description: Provide the relevant versions of ExplorerPatcher for reproduction of the issue. description: Provide the relevant versions of ExplorerPatcher for reproduction of the issue.
placeholder: | placeholder: |
ExplorerPatcher 66.x Example:
ExplorerPatcher 67.1 ExplorerPatcher 67.1
validations: validations:
required: true required: true
@ -16,18 +31,34 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Repro Windows Versions label: Repro Windows Versions
description: Provide the relevant versions for reproduction of the issue. For example, Windows version, and architecture (e.g., ARM64). description: Provide the relevant versions for reproduction of the issue. For example, Windows version, and architecture (e.g. x64 or ARM64).
placeholder: | placeholder: |
Example:
Windows 11 24H2 26100.1150 ARM64 Windows 11 24H2 26100.1150 ARM64
Windows 11 24H2 26100.2314 ARM64 Windows 11 24H2 26100.2314 ARM64
validations: validations:
required: true required: true
- type: textarea
attributes:
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:
TranslucentTB
Windhawk (with disable grouping and vertical taskbar mods)
OpenShell
Nilesoft Shell
Wallpaper Engine
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the bug 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. 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: | placeholder: |
Example:
1. Install EP 67.1. 1. Install EP 67.1.
2. Enable Windows 10 (ExplorerPatcher) taskbar and restart Explorer. 2. Enable Windows 10 (ExplorerPatcher) taskbar and restart Explorer.
3. Make sure Ethernet (if available) is disconnected, and then disconnect Wi-Fi. 3. Make sure Ethernet (if available) is disconnected, and then disconnect Wi-Fi.
@ -44,6 +75,7 @@ body:
label: Expected outcome label: Expected outcome
description: Describe what you expected to happen when performing the steps above. description: Describe what you expected to happen when performing the steps above.
placeholder: | placeholder: |
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. 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: validations:
required: true required: true
@ -53,6 +85,7 @@ body:
label: Actual outcome label: Actual outcome
description: Describe what actually happens after performing the steps above. description: Describe what actually happens after performing the steps above.
placeholder: | placeholder: |
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. 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: validations:
required: true required: true
@ -62,6 +95,7 @@ body:
label: Additional info 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. description: Provide any additional information that may help in diagnosing the issue, such as logs, error messages, or links to related issues.
placeholder: | placeholder: |
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. 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: validations:
required: false required: false

Loading…
Cancel
Save