From 6dc558cbf6ad4155ed35d4111e8368dcf57a8826 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 3 May 2023 02:14:57 -0500 Subject: [PATCH] add trace log checkbox to bug report [common] --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b974556a1..d1e8773e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -73,3 +73,10 @@ body: Additionally, any additional info? Screenshots? References? Anything that will give us more context about the issue you are encountering! validations: required: true +- type: checkboxes + attributes: + label: Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided. + description: Trace logs are generally required for all bug reports + options: + - label: I have followed the steps in the wiki link above and provided the required trace logs that are relevant and show this issue. + required: true