From f5e73d7e605d931f605ad11598a25cdf140a0894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Mon, 14 Aug 2023 23:03:31 +0200 Subject: [PATCH] Add additional information section to the bug report template (#55360) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c21d5edd1fd..ac2e1f6bd02 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -97,3 +97,7 @@ body: description: What you expected to happen instead, and why validations: required: true + - type: textarea + id: additional_info + attributes: + label: Additional information about the issue