Make screenshots textarea for easier uploading

This commit is contained in:
Aaron Liu 2022-12-25 15:19:10 -05:00 committed by GitHub
parent 6a7354b8fd
commit e769d2239d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,10 @@ body:
description: A clear and concise description of what you expected to happen. description: A clear and concise description of what you expected to happen.
validations: validations:
required: true required: true
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: input - type: input
attributes: attributes:
label: Version/Commit Hash label: Version/Commit Hash
@ -36,8 +40,3 @@ body:
description: Output of `uname -a` or the Windows build number description: Output of `uname -a` or the Windows build number
validations: validations:
required: true required: true
- type: input
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.