From 72b6e743c4f4ada897c85b3a88d230dc449212c3 Mon Sep 17 00:00:00 2001 From: EnderActually <99933312+EnderActually@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:02:33 -0500 Subject: [PATCH] Change input types to textareas in bug report template Fixes uploads with images and videos --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index afe84a529..a73f2a8c8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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