From 30572dd4821fb7abda84b529779d462b0846e26f Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:25:46 +0200 Subject: [PATCH 1/2] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 2857ad4f58703..c695e5db3c6df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -75,19 +75,24 @@ body: required: true - type: dropdown attributes: - label: 'Installation Method (If applicable)' + label: Installation Method options: + - .apk - .AppImage + - AUR + - Chocolatey - .deb - .dmg - .exe - Flathub + - .pacman - Portable - .rpm + - winget - .zip - other validations: - required: false + required: true - type: input attributes: label: 'Last Known Working FreeTube Version (If Any)' @@ -102,7 +107,7 @@ body: - Local API - Invidious API validations: - required: false + required: true - type: textarea attributes: label: Additional Information From 6d5e15b2b4925cc499fb0c71846502450211a1c3 Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Mon, 20 Jun 2022 18:17:45 +0200 Subject: [PATCH 2/2] move API position --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index c695e5db3c6df..692afe133e0c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -93,11 +93,6 @@ body: - other validations: required: true - - type: input - attributes: - label: 'Last Known Working FreeTube Version (If Any)' - description: What is the last version of FreeTube this worked in, if applicable? - placeholder: v0.14.0 - type: dropdown attributes: label: Primary API used @@ -108,6 +103,11 @@ body: - Invidious API validations: required: true + - type: input + attributes: + label: 'Last Known Working FreeTube Version (If Any)' + description: What is the last version of FreeTube this worked in, if applicable? + placeholder: v0.14.0 - type: textarea attributes: label: Additional Information