mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Change input types to textareas in bug report template
Fixes uploads with images and videos
This commit is contained in:
parent
87e0d40821
commit
72b6e743c4
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -35,7 +35,7 @@ body:
|
|||
required: true
|
||||
|
||||
|
||||
- type: input
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
|
|
@ -43,7 +43,7 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
- type: textarea
|
||||
id: video
|
||||
attributes:
|
||||
label: Videos
|
||||
|
|
|
|||
Loading…
Reference in a new issue