diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 1fe4bfb..262fbaf 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -35,6 +35,15 @@ body: render: 'yaml' validations: 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' type: 'textarea'