added runner info to bug report
This commit is contained in:
parent
cec35b6907
commit
cfb4434a87
1 changed files with 8 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/bugReportForm.yml
vendored
8
.github/ISSUE_TEMPLATE/bugReportForm.yml
vendored
|
@ -12,6 +12,14 @@ body:
|
||||||
placeholder: tell us what you see!
|
placeholder: tell us what you see!
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: runner
|
||||||
|
attributes:
|
||||||
|
label: runner
|
||||||
|
description: what runner are you using?
|
||||||
|
placeholder: mention the runner info (self-hosted, operating system)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue