mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Update channels_edit.yml
This commit is contained in:
parent
14e18ec89b
commit
e65c6c97c2
1 changed files with 3 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/channels_edit.yml
vendored
6
.github/ISSUE_TEMPLATE/channels_edit.yml
vendored
|
@ -20,7 +20,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Channel Name
|
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'
|
placeholder: 'Anhui TV'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -32,13 +32,13 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Network
|
label: Network
|
||||||
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'
|
placeholder: 'Anhui'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Owners
|
label: Owners
|
||||||
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'
|
placeholder: 'China Central Television'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
|
Loading…
Reference in a new issue