From 5ab4f10f9f30d1cb08729098442130cb56e0832c Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 21 Apr 2023 13:14:12 -0400 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 91a749f7..adc9af1a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -12,6 +12,12 @@ body: label: A clear and concise description of the bug. validations: required: true + - type: textarea + id: screenshot + attributes: + label: If applicable, add screenshots to help explain the issue. + validations: + required: false - type: textarea id: expect_to_happen attributes: @@ -26,4 +32,3 @@ body: placeholder: First do this, then this.. validations: required: false -