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
7cbf8dc7c3
commit
9a4b1b132a
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,15 +12,15 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: Channel Name
|
||||
description: Official channel name in English
|
||||
description: Official channel name in English or call sign
|
||||
placeholder: 'Anhui TV'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Native Name (optional)
|
||||
description: Channel name in the original language. Used when different from `name`. May contain any characters except `,` and `"`
|
||||
label: Alternative Names (optional)
|
||||
description: List of alternative channel names separated by `;`. May contain any characters except `,` and `"`
|
||||
placeholder: '安徽卫视'
|
||||
|
||||
- type: input
|
||||
|
|
Loading…
Reference in a new issue