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: