From 587b5910b45ce9ee0a5ceb8e8cc8c02d0d8fe072 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 Feb 2025 13:17:19 +0800 Subject: [PATCH] chore(issue): update bug report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 18d2a186e..b0930ee33 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -27,3 +27,5 @@ body: attributes: label: Output of the `:SPDebugInfo!` description: Please copy and paste the result of :SPDebugInfo! command. + validations: + required: true