From 0786499a625f08e3a6354cce2d763eabda486121 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 23 Feb 2025 07:46:00 -0700 Subject: [PATCH] ci: add `app-parent` and `app-proxy` to issue_template `bug-report` --- .github/ISSUE_TEMPLATE/bug-report.yml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 5f45c769..8924150b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -71,6 +71,39 @@ body: validations: required: true + - type: dropdown + id: app-parent + attributes: + label: Parent App + description: | + Select the application you are using TVApp2 with. Jellyfin, Plex, Emby, etc. + options: + - "Dim" + - "Emby" + - "Jellyfin" + - "KODI" + - "Plex" + - "Other (specify in description)" + validations: + required: true + + - type: dropdown + id: app-proxy + attributes: + label: Proxy App + description: | + Select the plugin / app (if any) you are using as a m3u "Proxy" between your parent streaming app and TVApp2. + options: + - "None" + - "Cabernet" + - "IPTVBoss" + - "IPTV-Solution" + - "Threadfin" + - "xTeVe" + - "Other (specify in description)" + validations: + required: true + - type: dropdown id: priority-type attributes: