From 6bc5e71a136e91df8e4114154f28651c08025d85 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 97ee87d77..ac18add90 100644 --- a/.github/ISSUE_TEMPLATE/001_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/001_bug_report.yml @@ -140,6 +140,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: |