mirror of https://github.com/iptv-org/iptv
Merge pull request #19617 from iptv-org/patch-2025.02.3
commit
c00edbc6a3
@ -0,0 +1,18 @@
|
|||||||
|
name: 🔍 Channel search
|
||||||
|
description: Ask for help in finding a link to the channel stream.
|
||||||
|
title: 'Find: '
|
||||||
|
labels: ['channel search']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
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
|
||||||
|
attributes:
|
||||||
|
label: Notes
|
||||||
|
description: 'Any additional information that may help find a link to the stream faster?'
|
@ -1,4 +1,4 @@
|
|||||||
name: 🐞 Bug Report
|
name: 🐞 Bug report
|
||||||
description: Report an error in this repository
|
description: Report an error in this repository
|
||||||
labels: ['bug']
|
labels: ['bug']
|
||||||
|
|
Loading…
Reference in New Issue