From e769d2239dee14d322698252cee7030917c082cf Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sun, 25 Dec 2022 15:19:10 -0500 Subject: [PATCH] Make screenshots textarea for easier uploading --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 646f476..9b50636 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,6 +25,10 @@ body: description: A clear and concise description of what you expected to happen. validations: required: true +- type: textarea + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. - type: input attributes: label: Version/Commit Hash @@ -36,8 +40,3 @@ body: description: Output of `uname -a` or the Windows build number validations: required: true -- type: input - attributes: - label: Screenshots - description: If applicable, add screenshots to help explain your problem. -