.github/ISSUE_TEMPLATE: Add host_info command section into bug report template
This commit is contained in:
parent
1d205e9ae2
commit
33ebfe1a17
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/001_bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/001_bug_report.yml
vendored
|
|
@ -129,6 +129,13 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue