From ded01401f83b5c161036e319e393962a9ec2d856 Mon Sep 17 00:00:00 2001 From: "(Moai Emoji)" <25407129+SandiyosDev@users.noreply.github.com> Date: Sun, 14 Apr 2024 03:22:33 +0800 Subject: [PATCH] chore: added 'logs' field to bug template (#8771) * added logs field to bug_report.yaml lots of issues are missing logs, people are not submitting them proactively, so a new field is added * placement suggestion from @bo0tzz --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 1325fb02c2..12ffc89ea2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -87,6 +87,16 @@ body: validations: required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant logs below. (code formatting is + enabled, no need for backticks) + render: shell + validations: + required: false + - type: textarea attributes: label: Additional information