From 53f6000f3a3cf1bb8e74d110a08dd4410ebb4415 Mon Sep 17 00:00:00 2001 From: ImSwordQueen <52015098+ImSwordQueen@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:00:42 +0100 Subject: [PATCH] Fix --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++++ .github/workflows/issue-check.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index abbc03f..50dd1f1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -100,6 +100,15 @@ body: validations: required: false + - type: textarea + id: crashdumps + attributes: + label: Crash Dumps + description: In case of crashes, if possible, please upload the latest crash dumps relating to explorer.exe. Crash dumps can be found in %LOCALAPPDATA%\CrashDumps. + placeholder: Drop or paste crash dumps to upload. + validations: + required: false + - type: textarea id: screenshots attributes: diff --git a/.github/workflows/issue-check.yml b/.github/workflows/issue-check.yml index 1ff53dd..b967902 100644 --- a/.github/workflows/issue-check.yml +++ b/.github/workflows/issue-check.yml @@ -71,7 +71,7 @@ jobs: Microsoft, if you are reading this, please reconsider the detections as [there are a lot of users who trust this program and that risks from future EP developers are a thing.](https://www.youtube.com/watch?v=R50myh-AAe0) - This issue was closed automatically. You want to discuss this in https://github.com/valinet/ExplorerPatcher/issues/3670 or https://github.com/valinet/ExplorerPatcher/issues/3228." + This issue was closed automatically." # Escape the Markdown content for proper JSON formatting COMMENT_BODY_ESCAPED=$(printf "%s" "$COMMENT_BODY" | jq -Rs .)