Add log output to bug template (#53)

This commit is contained in:
Seth Vargo 2021-11-22 11:27:32 -05:00 committed by GitHub
parent 3ecfcdb218
commit c022bd29f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'