From bde1978ae2edb5174bd04d5d1ba1e39767472b40 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:54:19 +0300 Subject: [PATCH] Create channel-search.yml --- .../DISCUSSION_TEMPLATE/channel-search.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/channel-search.yml diff --git a/.github/DISCUSSION_TEMPLATE/channel-search.yml b/.github/DISCUSSION_TEMPLATE/channel-search.yml new file mode 100644 index 0000000000..e9c67d178d --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/channel-search.yml @@ -0,0 +1,20 @@ +body: + - type: input + id: stream_id + attributes: + label: Stream ID (required) + description: Unique ID of the channel and feed from [iptv-org.github.io](https://iptv-org.github.io/). If you cannot find the channel or feed you are looking for in the list, please let us know via one of the [forms](https://github.com/iptv-org/database/issues/new/choose) before posting your request. + placeholder: 'BBCAmerica.us@HD' + validations: + required: true + + - type: textarea + id: notes + attributes: + label: Notes + description: 'Any additional information that may help find a link to the stream faster?' + + - type: markdown + attributes: + value: | + ⚠️ **IMPORTANT:** Requests without a valid stream ID will be closed immediately. \ No newline at end of file