Make screenshots textarea for easier uploading
This commit is contained in:
parent
6a7354b8fd
commit
e769d2239d
1 changed files with 4 additions and 5 deletions
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue