From 9f9c651d924ba698cb4314949cf4f675715f6ec9 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 10 Jul 2025 21:14:13 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/1_streams_add.yml | 7 +++++++ .github/ISSUE_TEMPLATE/2_streams_edit.yml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_streams_add.yml b/.github/ISSUE_TEMPLATE/1_streams_add.yml index 039f19d197..6a49621a26 100644 --- a/.github/ISSUE_TEMPLATE/1_streams_add.yml +++ b/.github/ISSUE_TEMPLATE/1_streams_add.yml @@ -60,6 +60,13 @@ body: label: HTTP Referrer placeholder: 'https://example.com/' + - type: textarea + id: directives + attributes: + label: Directives + description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#VLCOPT`.' + placeholder: '#KODIPROP:inputstream=inputstream.adaptive' + - type: textarea id: notes attributes: diff --git a/.github/ISSUE_TEMPLATE/2_streams_edit.yml b/.github/ISSUE_TEMPLATE/2_streams_edit.yml index b9dbe2cfbc..ece9afd024 100644 --- a/.github/ISSUE_TEMPLATE/2_streams_edit.yml +++ b/.github/ISSUE_TEMPLATE/2_streams_edit.yml @@ -72,6 +72,13 @@ body: label: HTTP Referrer placeholder: 'https://example.com/' + - type: textarea + id: directives + attributes: + label: Directives + description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#VLCOPT`.' + placeholder: '#KODIPROP:inputstream=inputstream.adaptive' + - type: textarea id: notes attributes: