Add log output to bug template (#53)
This commit is contained in:
parent
3ecfcdb218
commit
c022bd29f8
9
.github/ISSUE_TEMPLATE/bug.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -35,6 +35,15 @@ body:
|
|||||||
render: 'yaml'
|
render: 'yaml'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- id: 'log_output'
|
||||||
|
type: 'textarea'
|
||||||
|
attributes:
|
||||||
|
label: 'Log output'
|
||||||
|
description: 'Paste your log output here. Please do not paste a link to your run because logs expire.'
|
||||||
|
render: 'text'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- id: 'additional'
|
- id: 'additional'
|
||||||
type: 'textarea'
|
type: 'textarea'
|
||||||
|
Loading…
Reference in New Issue
Block a user