mirror of https://github.com/iptv-org/iptv
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
name: 📺 Channel Request
 | 
						|
description: Request to add a channel into the playlist
 | 
						|
title: 'Add: '
 | 
						|
labels: ['channel request']
 | 
						|
 | 
						|
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/)
 | 
						|
      placeholder: 'BBCAmericaEast.us'
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
 | 
						|
  - type: input
 | 
						|
    attributes:
 | 
						|
      label: Stream URL
 | 
						|
      description: Link to the stream (if you have one)
 | 
						|
      placeholder: 'https://example.com/playlist.m3u8'
 | 
						|
 | 
						|
  - type: textarea
 | 
						|
    attributes:
 | 
						|
      label: Notes
 | 
						|
      description: 'Anything else we should know about this broadcast?'
 | 
						|
 | 
						|
  - 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#request-a-channel)
 | 
						|
          required: true
 |