diff --git a/.github/ISSUE_TEMPLATE/1_streams_add.yml b/.github/ISSUE_TEMPLATE/1_streams_add.yml index 099fe3504d..6c54d31493 100644 --- a/.github/ISSUE_TEMPLATE/1_streams_add.yml +++ b/.github/ISSUE_TEMPLATE/1_streams_add.yml @@ -1,82 +1,82 @@ -name: ➕ Add stream -description: Request to add a new stream link into the playlist -title: 'Add: ' -labels: ['streams:add'] - -body: - - type: input - id: stream_id - attributes: - label: Stream ID (required) - description: "ID of the stream consisting of `` or `@`. Full list of supported channels with corresponding ID could be found on [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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request." - placeholder: 'BBCAmerica.us@East' - validations: - required: true - - - type: input - id: stream_url - attributes: - label: Stream URL (required) - description: Link to be added to the playlist - placeholder: 'https://example.com/playlist.m3u8' - validations: - required: true - - - type: dropdown - id: quality - attributes: - label: Quality - description: Maximum video resolution available on the link - options: - - 2160p - - 1280p - - 1080p - - 1080i - - 720p - - 576p - - 576i - - 480p - - 480i - - 360p - - - type: dropdown - id: label - attributes: - label: Label - description: Is there any reason why the broadcast may not work? - options: - - 'Not 24/7' - - 'Geo-blocked' - - - type: input - id: http_user_agent - attributes: - label: HTTP User Agent - placeholder: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246' - - - type: input - id: http_referrer - attributes: - 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 `#EXTVLCOPT`.' - placeholder: '#KODIPROP:inputstream=inputstream.adaptive' - - - type: textarea - id: notes - attributes: - label: Notes - description: 'Anything else we should know about this broadcast?' - - - type: checkboxes - attributes: - label: Contributing Guide - description: 'Please read this guide before posting your request' - options: - - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - required: true +name: ➕ Add stream +description: Request to add a new stream link into the playlist +title: 'Add: ' +labels: ['streams:add'] + +body: + - type: input + id: stream_id + attributes: + label: Stream ID (required) + description: "ID of the stream consisting of `` or `@`. Full list of supported channels with corresponding ID could be found on [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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request." + placeholder: 'BBCAmerica.us@East' + validations: + required: true + + - type: input + id: stream_url + attributes: + label: Stream URL (required) + description: Link to be added to the playlist + placeholder: 'https://example.com/playlist.m3u8' + validations: + required: true + + - type: dropdown + id: quality + attributes: + label: Quality + description: Maximum video resolution available on the link + options: + - 2160p + - 1280p + - 1080p + - 1080i + - 720p + - 576p + - 576i + - 480p + - 480i + - 360p + + - type: dropdown + id: label + attributes: + label: Label + description: Is there any reason why the broadcast may not work? + options: + - 'Not 24/7' + - 'Geo-blocked' + + - type: input + id: http_user_agent + attributes: + label: HTTP User Agent + placeholder: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246' + + - type: input + id: http_referrer + attributes: + 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 `#EXTVLCOPT`.' + placeholder: '#KODIPROP:inputstream=inputstream.adaptive' + + - type: textarea + id: notes + attributes: + label: Notes + description: 'Anything else we should know about this broadcast?' + + - type: checkboxes + attributes: + label: Contributing Guide + description: 'Please read this guide before posting your request' + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) + required: true diff --git a/.github/ISSUE_TEMPLATE/2_streams_edit.yml b/.github/ISSUE_TEMPLATE/2_streams_edit.yml index c6a1485fe3..7cd0b8a9f0 100644 --- a/.github/ISSUE_TEMPLATE/2_streams_edit.yml +++ b/.github/ISSUE_TEMPLATE/2_streams_edit.yml @@ -1,94 +1,94 @@ -name: ✏️ Edit stream -description: Request to edit stream description -title: 'Edit: ' -labels: ['streams:edit'] - -body: - - type: input - id: stream_url - attributes: - label: Stream URL (required) - description: Link to the stream to be updated - placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' - validations: - required: true - - - type: markdown - attributes: - value: | - What exactly needs to be changed? To delete an existing value without replacement use the `~` symbol. - - - type: input - id: new_stream_url - attributes: - label: New Stream URL - description: New link to the stream - placeholder: 'https://servilive.com:3126/live/tele2000live.m3u8' - - - type: input - id: stream_id - attributes: - label: Stream ID - description: "ID of the stream consisting of `` or `@`. Full list of supported channels with corresponding ID could be found on [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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request." - placeholder: 'BBCAmerica.us@East' - - - type: dropdown - id: quality - attributes: - label: Quality - description: Maximum video resolution available on the link - options: - - 2160p - - 1280p - - 1080p - - 1080i - - 720p - - 576p - - 576i - - 480p - - 480i - - 360p - - '~' - - - type: dropdown - id: label - attributes: - label: Label - description: Is there any reason why the broadcast may not work? - options: - - 'Not 24/7' - - 'Geo-blocked' - - '~' - - - type: input - id: http_user_agent - attributes: - label: HTTP User Agent - placeholder: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246' - - - type: input - id: http_referrer - attributes: - 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 `#EXTVLCOPT`.' - placeholder: '#KODIPROP:inputstream=inputstream.adaptive' - - - type: textarea - id: notes - attributes: - label: Notes - placeholder: 'Anything else we should know?' - - - type: checkboxes - attributes: - label: Contributing Guide - description: 'Please read this guide before posting your request' - options: - - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - required: true +name: ✏️ Edit stream +description: Request to edit stream description +title: 'Edit: ' +labels: ['streams:edit'] + +body: + - type: input + id: stream_url + attributes: + label: Stream URL (required) + description: Link to the stream to be updated + placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' + validations: + required: true + + - type: markdown + attributes: + value: | + What exactly needs to be changed? To delete an existing value without replacement use the `~` symbol. + + - type: input + id: new_stream_url + attributes: + label: New Stream URL + description: New link to the stream + placeholder: 'https://servilive.com:3126/live/tele2000live.m3u8' + + - type: input + id: stream_id + attributes: + label: Stream ID + description: "ID of the stream consisting of `` or `@`. Full list of supported channels with corresponding ID could be found on [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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request." + placeholder: 'BBCAmerica.us@East' + + - type: dropdown + id: quality + attributes: + label: Quality + description: Maximum video resolution available on the link + options: + - 2160p + - 1280p + - 1080p + - 1080i + - 720p + - 576p + - 576i + - 480p + - 480i + - 360p + - '~' + + - type: dropdown + id: label + attributes: + label: Label + description: Is there any reason why the broadcast may not work? + options: + - 'Not 24/7' + - 'Geo-blocked' + - '~' + + - type: input + id: http_user_agent + attributes: + label: HTTP User Agent + placeholder: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246' + + - type: input + id: http_referrer + attributes: + 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 `#EXTVLCOPT`.' + placeholder: '#KODIPROP:inputstream=inputstream.adaptive' + + - type: textarea + id: notes + attributes: + label: Notes + placeholder: 'Anything else we should know?' + + - type: checkboxes + attributes: + label: Contributing Guide + description: 'Please read this guide before posting your request' + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) + required: true diff --git a/.github/ISSUE_TEMPLATE/3_streams_report.yml b/.github/ISSUE_TEMPLATE/3_streams_report.yml index 8ed86525f0..b55918cfc7 100644 --- a/.github/ISSUE_TEMPLATE/3_streams_report.yml +++ b/.github/ISSUE_TEMPLATE/3_streams_report.yml @@ -1,49 +1,49 @@ -name: 🚧 Report a stream -description: Report a broken or unstable stream -title: 'Report: ' -labels: ['streams:remove'] - -body: - - type: markdown - attributes: - value: | - Please fill out the form as much as you can so we could efficiently process your request. To suggest a new replacement link, use this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams:add&projects=&template=1_streams_add.yml&title=Add%3A+). - - - type: textarea - id: stream_url - attributes: - label: Stream URL - description: List all links in question (one per line) - placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' - validations: - required: true - - - type: dropdown - id: reason - attributes: - label: What happened to the stream? - options: - - Not loading - - Constantly interrupts/lagging - - Stuck at a single frame - - I see visual artifacts - - Shows looped video - - No sound - - Displays a message asking to renew subscription - - Other - validations: - required: true - - - type: textarea - id: notes - attributes: - label: Notes (optional) - placeholder: 'Anything else we should know?' - - - type: checkboxes - attributes: - label: Contributing Guide - description: 'Please read this guide before posting your request' - options: - - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - required: true +name: 🚧 Report a stream +description: Report a broken or unstable stream +title: 'Report: ' +labels: ['streams:remove'] + +body: + - type: markdown + attributes: + value: | + Please fill out the form as much as you can so we could efficiently process your request. To suggest a new replacement link, use this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams:add&projects=&template=1_streams_add.yml&title=Add%3A+). + + - type: textarea + id: stream_url + attributes: + label: Stream URL + description: List all links in question (one per line) + placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' + validations: + required: true + + - type: dropdown + id: reason + attributes: + label: What happened to the stream? + options: + - Not loading + - Constantly interrupts/lagging + - Stuck at a single frame + - I see visual artifacts + - Shows looped video + - No sound + - Displays a message asking to renew subscription + - Other + validations: + required: true + + - type: textarea + id: notes + attributes: + label: Notes (optional) + placeholder: 'Anything else we should know?' + + - type: checkboxes + attributes: + label: Contributing Guide + description: 'Please read this guide before posting your request' + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) + required: true diff --git a/.github/ISSUE_TEMPLATE/4_channel-search.yml b/.github/ISSUE_TEMPLATE/4_channel-search.yml index 26b4f6a220..19f0e4d22b 100644 --- a/.github/ISSUE_TEMPLATE/4_channel-search.yml +++ b/.github/ISSUE_TEMPLATE/4_channel-search.yml @@ -1,28 +1,28 @@ -name: 🔍 Channel search -description: Ask for help in finding a link to the channel stream. -title: 'Find: ' -labels: ['channel search'] - -body: - - type: input - id: stream_id - attributes: - label: Channel ID (required) - description: Unique 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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request. - placeholder: 'BBCAmericaEast.us' - 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: checkboxes - attributes: - label: Contributing Guide - description: 'Please read this guide before posting your request' - options: - - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - required: true +name: 🔍 Channel search +description: Ask for help in finding a link to the channel stream. +title: 'Find: ' +labels: ['channel search'] + +body: + - type: input + id: stream_id + attributes: + label: Channel ID (required) + description: Unique 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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request. + placeholder: 'BBCAmericaEast.us' + 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: checkboxes + attributes: + label: Contributing Guide + description: 'Please read this guide before posting your request' + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) + required: true diff --git a/.github/ISSUE_TEMPLATE/5_bug-report.yml b/.github/ISSUE_TEMPLATE/5_bug-report.yml index d93ed317ed..d0a4f81d7f 100644 --- a/.github/ISSUE_TEMPLATE/5_bug-report.yml +++ b/.github/ISSUE_TEMPLATE/5_bug-report.yml @@ -1,19 +1,19 @@ -name: 🐞 Bug report -description: Report an error in this repository -labels: ['bug'] - -body: - - type: textarea - attributes: - label: Describe your issue - description: Please describe the error in as much detail as possible so that we can fix it quickly. - validations: - required: true - - - type: checkboxes - attributes: - label: Contributing Guide - description: 'Please read this guide before posting your request' - options: - - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) +name: 🐞 Bug report +description: Report an error in this repository +labels: ['bug'] + +body: + - type: textarea + attributes: + label: Describe your issue + description: Please describe the error in as much detail as possible so that we can fix it quickly. + validations: + required: true + + - type: checkboxes + attributes: + label: Contributing Guide + description: 'Please read this guide before posting your request' + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/6_copyright-claim.yml b/.github/ISSUE_TEMPLATE/6_copyright-claim.yml index 4e3d779567..4265fc342f 100644 --- a/.github/ISSUE_TEMPLATE/6_copyright-claim.yml +++ b/.github/ISSUE_TEMPLATE/6_copyright-claim.yml @@ -1,50 +1,50 @@ -name: ©️ Copyright removal request -description: Request to remove content -labels: ['removal request'] -body: - - type: input - attributes: - label: Your full legal name - validations: - required: true - - - type: dropdown - attributes: - label: Are you the copyright holder or authorized to act on the copyright owner's behalf? - description: We cannot process your request unless it is submitted by the copyright owner or an agent authorized to act on behalf of the copyright owner. - options: - - Yes, I am the copyright holder. - - Yes, I am authorized to act on the copyright owner's behalf. - - No. - validations: - required: true - - - type: textarea - attributes: - label: Please describe the nature of your copyright ownership or authorization to act on the owner's behalf. - validations: - required: true - - - type: textarea - attributes: - label: Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online. - validations: - required: true - - - type: textarea - attributes: - label: What content should be removed? Please specify the URL for each item or, if it is an entire file, the file's URL. - validations: - required: true - - - type: textarea - attributes: - label: Any additional information we need to know? - - - type: checkboxes - attributes: - label: Contributing Guide - description: 'Please read this guide before posting your request' - options: - - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - required: true +name: ©️ Copyright removal request +description: Request to remove content +labels: ['removal request'] +body: + - type: input + attributes: + label: Your full legal name + validations: + required: true + + - type: dropdown + attributes: + label: Are you the copyright holder or authorized to act on the copyright owner's behalf? + description: We cannot process your request unless it is submitted by the copyright owner or an agent authorized to act on behalf of the copyright owner. + options: + - Yes, I am the copyright holder. + - Yes, I am authorized to act on the copyright owner's behalf. + - No. + validations: + required: true + + - type: textarea + attributes: + label: Please describe the nature of your copyright ownership or authorization to act on the owner's behalf. + validations: + required: true + + - type: textarea + attributes: + label: Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online. + validations: + required: true + + - type: textarea + attributes: + label: What content should be removed? Please specify the URL for each item or, if it is an entire file, the file's URL. + validations: + required: true + + - type: textarea + attributes: + label: Any additional information we need to know? + + - type: checkboxes + attributes: + label: Contributing Guide + description: 'Please read this guide before posting your request' + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d42fd2acbf..b837a3ab6c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ -blank_issues_enabled: false -contact_links: - - name: 💡 Ideas - url: https://github.com/orgs/iptv-org/discussions/categories/ideas - about: Share ideas for new features - - name: 🙌 Show and tell - url: https://github.com/orgs/iptv-org/discussions/categories/show-and-tell - about: Show off something you've made - - name: ❓ Q&A - url: https://github.com/orgs/iptv-org/discussions/categories/q-a - about: Ask the community for help +blank_issues_enabled: false +contact_links: + - name: 💡 Ideas + url: https://github.com/orgs/iptv-org/discussions/categories/ideas + about: Share ideas for new features + - name: 🙌 Show and tell + url: https://github.com/orgs/iptv-org/discussions/categories/show-and-tell + about: Show off something you've made + - name: ❓ Q&A + url: https://github.com/orgs/iptv-org/discussions/categories/q-a + about: Ask the community for help