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: