From 135f0d8e3c9fb0e4edffc1c27e9d3a580fb88bd6 Mon Sep 17 00:00:00 2001 From: Cael Warner <52902343+CaelWarner@users.noreply.github.com> Date: Sat, 11 Dec 2021 14:28:33 -0800 Subject: [PATCH] Added "Crash Report or Log" to bug report form - Added "Crash Report or Log" input to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cf92770d8..8c67ef14d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,6 +31,12 @@ body: description: If applicable, add screenshots or videos to help explain your problem validations: required: false + - type: input + attributes: + label: Crash Report or Log + description: If applicable, please add a link to the crash report or log that was created when this issue occured + validations: + required: false - type: input attributes: label: Operating System