This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 6bc5e71a136e91df8e4114154f28651c08025d85
Author: Eren Terzioglu <eren.terzio...@espressif.com>
AuthorDate: Mon Jan 20 14:39:29 2025 +0100

    .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: |

Reply via email to