1
0
Fork 0
mirror of synced 2026-06-05 17:48:19 +00:00

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
commit c022bd29f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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