From 0c7b2d53532d537c9ef5c65a500d6f47ab648bae Mon Sep 17 00:00:00 2001 From: heikadog <41552394+heikadog@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:50:35 -0400 Subject: [PATCH] Update issue templates to take uploads, and fix typo (#10036) --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- .github/ISSUE_TEMPLATE/bug_report_fabric.yml | 3 ++- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8938f92f4a..a67a7b52e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: "Bug Report" -description: "Create a report for an issue you have experience in the app." +description: "Create a report for an issue you have experienced in the app." labels: ["bug"] body: - type: markdown @@ -19,13 +19,14 @@ body: 4. See error validations: required: true - - type: textarea + - type: upload attributes: label: Attachments description: | If possible, please provide any images or videos that may help us understand the issue you are experiencing. validations: required: false + accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm" - type: dropdown attributes: label: What platform(s) does this occur on? diff --git a/.github/ISSUE_TEMPLATE/bug_report_fabric.yml b/.github/ISSUE_TEMPLATE/bug_report_fabric.yml index 65d14ce86a..f8a1f5fbd1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_fabric.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_fabric.yml @@ -26,13 +26,14 @@ body: 4. See error validations: required: true - - type: textarea + - type: upload attributes: label: Attachments description: | If possible, please provide any images or videos that may help us understand the issue you are experiencing. validations: required: false + accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm" - type: dropdown attributes: label: What platform(s) does this occur on? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 975d029a92..ee9a56ccdd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -15,7 +15,7 @@ body: implement it in a timely manner. validations: required: true - - type: textarea + - type: upload attributes: label: Attachments description: | @@ -24,6 +24,7 @@ body: in or is missing from. validations: required: false + accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm" - type: textarea attributes: label: Describe Alternatives