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.
|
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.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue