Skip to content

Commit

Permalink
Merge pull request #14132 from iptv-org/patch-2023.09.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alstruit authored Sep 4, 2023
2 parents 05f40be + cfdff24 commit f099f6d
Show file tree
Hide file tree
Showing 10 changed files with 185 additions and 290 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
name: 📺 Channel Request
description: Request to add a channel into the playlist
name: ➕ Add stream link
description: Request to add a new stream link into the playlist
title: 'Add: '
labels: ['channel request']
labels: ['streams:add']

body:
- type: markdown
attributes:
value: |
Please fill out the form as much as you can so we could efficiently process your request
- type: input
attributes:
label: Channel ID
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&template=channels_add.yml&title=Add%3A+).
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: input
attributes:
label: Stream URL (optional)
description: Link to the stream (if you have one)
label: Stream URL
description: Link to the stream
placeholder: 'https://example.com/playlist.m3u8'
validations:
required: true

- 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:
Expand All @@ -30,7 +38,8 @@ body:

- type: checkboxes
attributes:
label: Please confirm the following
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#request-a-channel)
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/----rename-request.yml

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/----streams_edit.yml
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🛠 Broken Stream
description: Report a broken stream
name: 🚧 Report broken stream
description: Report a broken or unstable stream
title: 'Broken: '
labels: ['🛠 broken stream']
labels: ['broken stream']

body:
- type: markdown
Expand Down Expand Up @@ -45,7 +45,8 @@ body:

- type: checkboxes
attributes:
label: Please confirm the following
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#report-a-broken-stream)
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ body:
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
required: true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Removal Request
name: ©️ Removal request
description: Request to remove content
title: 'Remove: '
labels: ['removal request']
labels: ['removal request']
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -49,7 +49,8 @@ body:

- type: checkboxes
attributes:
label: 'Please confirm the following'
label: Contributing Guide
description: 'Please read this guide before posting your request'
options:
- label: I have read and understand iptv-org's [Legal Statement](https://github.com/iptv-org/iptv#legal)
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
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
2 changes: 1 addition & 1 deletion .readme/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Links to other useful IPTV-related resources can be found in the [iptv-org/aweso

## Discussions

If you have a question or an idea, you can post it in the [Discussions](https://github.com/orgs/iptv-org/discussions) tab.
If you need help finding a channel, have a question or idea, welcome to the [Discussions](https://github.com/orgs/iptv-org/discussions).

## FAQ

Expand Down
Loading

0 comments on commit f099f6d

Please sign in to comment.