From a9d9e1ca8a3090524d0668c9177d6aef8e8ca85e Mon Sep 17 00:00:00 2001 From: ImSwordQueen <52015098+ImSwordQueen@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:32:36 +0100 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 38 +++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 18c2ddf..6bf28a9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,12 +3,27 @@ description: Report an issue labels: - bug 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 attributes: label: Repro ExplorerPatcher versions description: Provide the relevant versions of ExplorerPatcher for reproduction of the issue. placeholder: | - ExplorerPatcher 66.x + Example: ExplorerPatcher 67.1 validations: required: true @@ -16,18 +31,34 @@ body: - type: textarea attributes: 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: | + Example: Windows 11 24H2 26100.1150 ARM64 Windows 11 24H2 26100.2314 ARM64 validations: 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 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: 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. @@ -44,6 +75,7 @@ body: label: Expected outcome description: Describe what you expected to happen when performing the steps above. 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. validations: required: true @@ -53,6 +85,7 @@ body: label: Actual outcome description: Describe what actually happens after performing the steps above. 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. validations: required: true @@ -62,6 +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: 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