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. -