From 33ebfe1a1740c158972e36d355e99c11df64f5ce Mon Sep 17 00:00:00 2001 From: Eren Terzioglu Date: Mon, 20 Jan 2025 14:39:29 +0100 Subject: [PATCH] .github/ISSUE_TEMPLATE: Add host_info command section into bug report template --- .github/ISSUE_TEMPLATE/001_bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/001_bug_report.yml b/.github/ISSUE_TEMPLATE/001_bug_report.yml index 7675772db9f9e..f68fcf5c3bbd3 100644 --- a/.github/ISSUE_TEMPLATE/001_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/001_bug_report.yml @@ -129,6 +129,13 @@ body: validations: required: true + - type: textarea + attributes: + label: "Host information" + description: "What is the output of `make host_info` command while your buggy configuration selected and if possible device connected to your system?" + validations: + required: false + - type: markdown attributes: value: |