From c022bd29f819714f1ba8dd3e7cab58233bc48ad1 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 22 Nov 2021 11:27:32 -0500 Subject: [PATCH] Add log output to bug template (#53) --- .github/ISSUE_TEMPLATE/bug.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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'