mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 14:16:38 -05:00
Update channels_add.yml
This commit is contained in:
parent
e068b692de
commit
14e18ec89b
1 changed files with 3 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/channels_add.yml
vendored
6
.github/ISSUE_TEMPLATE/channels_add.yml
vendored
|
@ -12,7 +12,7 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: Channel Name
|
||||
description: Official channel name in English or call sign. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`, `(`, `)`
|
||||
description: "Official channel name in English or call sign. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`"
|
||||
placeholder: 'Anhui TV'
|
||||
validations:
|
||||
required: true
|
||||
|
@ -26,13 +26,13 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: Network (optional)
|
||||
description: Network of which this channel is a part. May contain any characters except `,` and `"`.
|
||||
description: Network of which this channel is a part. May contain any characters except `,` and `"`
|
||||
placeholder: 'Anhui'
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Owners (optional)
|
||||
description: List of channel owners separated by `;`. May contain any characters except `,` and `"`.
|
||||
description: List of channel owners separated by `;`. May contain any characters except `,` and `"`
|
||||
placeholder: 'China Central Television'
|
||||
|
||||
- type: input
|
||||
|
|
Loading…
Reference in a new issue