From acdaa98620caebf026a30187af5f001f8c89ecf9 Mon Sep 17 00:00:00 2001 From: freearhey Date: Mon, 12 Jun 2023 00:32:24 +0300 Subject: [PATCH] Create ----rename-stream.yml --- .github/ISSUE_TEMPLATE/----rename-stream.yml | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----rename-stream.yml diff --git a/.github/ISSUE_TEMPLATE/----rename-stream.yml b/.github/ISSUE_TEMPLATE/----rename-stream.yml new file mode 100644 index 000000000..29bf71356 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----rename-stream.yml @@ -0,0 +1,38 @@ +name: ✏️ Rename Stream +description: Request to rename a stream +title: 'Rename: ' +labels: ['misidentified'] + +body: + - type: markdown + attributes: + value: | + Please fill out the issue template as much as you can so we could efficiently process your request + + - type: input + attributes: + label: Stream URL + description: Link to the stream from a playlist + placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' + validations: + required: true + + - type: input + attributes: + label: Channel ID + description: Currect channel ID from [iptv-org.github.io](https://iptv-org.github.io/). If you can't find the channel you want in the list, please let us know through this [form](https://github.com/iptv-org/database/issues/new?assignees=&labels=channels%3Aadd&template=channels_add.yml&title=Add%3A+). + placeholder: 'BBCAmericaEast.us' + validations: + required: true + + - type: textarea + attributes: + label: Notes (optional) + placeholder: 'Anything else we should know?' + + - type: checkboxes + attributes: + label: Please confirm the following + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#report-a-broken-stream) + required: true