From cc8e0c1b852352188b6e6893365eb303fe6a8eab Mon Sep 17 00:00:00 2001 From: zvonimir Date: Mon, 13 Jan 2025 20:23:00 +0100 Subject: [PATCH 1/2] tempaltes: Remove condition lines since those are not working --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b4b3fd7..a1db065 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -68,9 +68,6 @@ body: placeholder: "278" validations: required: true - condition: - field: sender - value: "Grayjay" - type: dropdown id: os @@ -125,9 +122,6 @@ body: - "Other" validations: required: true - condition: - field: sender - value: "Grayjay" - type: input id: plugin-version @@ -135,10 +129,6 @@ body: label: Plugin Version description: In the application, select Sources > [the broken plugin], write down the value under "Version". placeholder: "12" - validations: - condition: - field: sender - value: "Grayjay" - type: checkboxes id: login @@ -148,10 +138,6 @@ body: - label: While logged in - label: While logged out - label: N/A - validations: - condition: - field: sender - value: "Grayjay" - type: dropdown id: vpn From cc40374bb0518068986493302695fa868c9e66d5 Mon Sep 17 00:00:00 2001 From: zvonimir Date: Mon, 13 Jan 2025 20:37:30 +0100 Subject: [PATCH 2/2] fix: Set few required: false for few fields --- .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 a1db065..0536643 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -67,7 +67,7 @@ body: description: In the application, select More > Settings, scroll to the bottom and locate the value next to "Version Name". placeholder: "278" validations: - required: true + required: false - type: dropdown id: os @@ -121,7 +121,7 @@ body: - "Apple Podcasts" - "Other" validations: - required: true + required: false - type: input id: plugin-version