-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14132 from iptv-org/patch-2023.09.1
- Loading branch information
Showing
10 changed files
with
185 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: ✏️ Edit stream description | ||
description: Request to edit stream description | ||
title: 'Edit: ' | ||
labels: ['streams:edit'] | ||
|
||
body: | ||
- type: input | ||
attributes: | ||
label: Stream URL (required) | ||
description: Link to the stream from a playlist | ||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
What exactly needs to be changed? | ||
- type: input | ||
attributes: | ||
label: Channel ID | ||
description: Channel ID from [iptv-org.github.io](https://iptv-org.github.io/). | ||
placeholder: 'BBCAmericaEast.us' | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Label | ||
description: Is there any reason why the broadcast may not work? | ||
options: | ||
- 'None' | ||
- 'Not 24/7' | ||
- 'Geo-blocked' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 💡 Feature Request | ||
url: https://github.com/iptv-org/iptv/discussions/new | ||
- name: 📺 Channel request | ||
url: https://github.com/orgs/iptv-org/discussions/new/choose | ||
about: Looking for a link to the broadcast of the channel | ||
- name: 💡 Feature request | ||
url: https://github.com/orgs/iptv-org/discussions/new/choose | ||
about: For any ideas or feature requests | ||
- name: ❓ Ask a Question | ||
url: https://github.com/iptv-org/iptv/discussions/new | ||
- name: ❓ Ask a question | ||
url: https://github.com/orgs/iptv-org/discussions/new/choose | ||
about: Ask questions about this project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.