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.git
The following commit(s) were added to refs/heads/master by this push:
new 33ebfe1a174 .github/ISSUE_TEMPLATE: Add host_info command section into
bug report template
33ebfe1a174 is described below
commit 33ebfe1a1740c158972e36d355e99c11df64f5ce
Author: Eren Terzioglu <[email protected]>
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 7675772db9f..f68fcf5c3bb 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: |