From a0f12b45180030f918d2ec04842e5111b7845295 Mon Sep 17 00:00:00 2001 From: asheroto <49938263+asheroto@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:23:45 -0500 Subject: [PATCH] Fix debug note --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0d35fa0..de26dff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,8 +59,8 @@ body: description: | Please include any other information here that you feel may be relevant to the problem you are seeing but is not covered in the previous sections. - type: textarea - id: output-with-debugmode + id: output-with-debug attributes: - label: Full Output With `-DebugMode` + label: Full Output With `-Debug` description: | - Please run the script with the `-DebugMode` argument and include the output below. + Please run the script with the `-Debug` argument and include the output below.