From dde30c9d767f1f7a60ab22122140b3f9bb21deae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zvonimir=20Zraki=C4=87?= Date: Mon, 23 Dec 2024 18:45:18 +0100 Subject: [PATCH 1/2] Add VPN option and fix label typo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c7f4b68..cc56d899 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -78,8 +78,8 @@ body: label: Are you using a VPN? multiple: false options: - - "Yes" - "No" + - "Yes" validations: required: true From e5b1be195cc8317cbb0f96c18ef1b1f4fc104b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zvonimir=20Zraki=C4=87?= Date: Mon, 23 Dec 2024 18:41:23 +0100 Subject: [PATCH 2/2] fix: Fix issue templates, add new plugins --- .github/ISSUE_TEMPLATE/bug_report.yml | 29 ++++++++++--------- .../ISSUE_TEMPLATE/documentation_issue.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cc56d899..776ef91f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Let us know about an unexpected error, a crash, or an incorrect behavior. -labels: ["Bug", "new"] +labels: ["Bug"] body: - type: markdown attributes: @@ -41,18 +41,21 @@ body: label: What plugins are you seeing the problem on? multiple: true options: - - All - - Youtube - - BiliBili (CN) - - Twitch - - Odysee - - Rumble - - Kick - - PeerTube - - Patreon - - Nebula - - SoundCloud - - Other + - "All" + - "Youtube" + - "Odysee" + - "Rumble" + - "Kick" + - "Twitch" + - "PeerTube" + - "Patreon" + - "Nebula" + - "BiliBili (CN)" + - "Bitchute" + - "SoundCloud" + - "Dailymotion" + - "Apple Podcasts" + - "Other" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.yml b/.github/ISSUE_TEMPLATE/documentation_issue.yml index 4dcdeae5..c416d012 100644 --- a/.github/ISSUE_TEMPLATE/documentation_issue.yml +++ b/.github/ISSUE_TEMPLATE/documentation_issue.yml @@ -1,6 +1,6 @@ name: Documentation Issue description: Report an issue or suggest a change in the documentation. -labels: ["Documentation", "new"] +labels: ["Documentation"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 952897b1..ebba5241 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest a new feature or other enhancement. -labels: ["Enhancement", "new"] +labels: ["Enhancement"] body: - type: markdown attributes: