Add log output to bug template (#53)
This commit is contained in:
parent
3ecfcdb218
commit
c022bd29f8
1 changed files with 9 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/bug.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -36,6 +36,15 @@ body:
|
||||||
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'
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue