ci: add app-parent and app-proxy to issue_template bug-report

This commit is contained in:
2025-02-23 07:46:00 -07:00
parent 3fd46fa425
commit 0786499a62

View File

@@ -71,6 +71,39 @@ body:
validations: validations:
required: true 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 - type: dropdown
id: priority-type id: priority-type
attributes: attributes: