forked from noriokun4649/TvTestRPC
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fae04ae
commit 8a6becc
Showing
1 changed file
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,46 @@ | ||
--- | ||
name: ロゴ追加リクエスト | ||
about: 放送局ロゴの追加リクエストに使用してください。以下の 日テレ の例を書き換えてください。 | ||
about: 放送局ロゴの追加リクエストに使用してください。 | ||
title: "[ロゴ追加] 日テレ" | ||
labels: enhancement | ||
assignees: SlashNephy | ||
|
||
body: | ||
- type: input | ||
id: channel-name | ||
attributes: | ||
label: チャンネル名 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: channel-type | ||
attributes: | ||
label: チャンネルタイプ | ||
options: | ||
- GR (地上波) | ||
- GR (CATV) | ||
- BS | ||
- CS | ||
- SKY | ||
validations: | ||
required: true | ||
- type: input | ||
id: service-id | ||
attributes: | ||
label: サービス ID | ||
description: 不明な場合は http://soranikakaruhashi.blog.fc2.com/blog-entry-71.html で調べてください。 | ||
validations: | ||
required: true | ||
- type: input | ||
id: region | ||
attributes: | ||
label: 放送地域 | ||
validations: | ||
required: true | ||
- type: input | ||
id: logo-file | ||
attributes: | ||
label: ロゴファイル URL | ||
description: .svg 画像 または 512x512 以上の .png / .jpg 画像への URL を入力してください。 | ||
validations: | ||
required: true | ||
--- | ||
|
||
## チャンネル名 | ||
|
||
日テレ | ||
|
||
## チャンネルタイプ | ||
|
||
- [x] GR (地上波) | ||
- [ ] GR (CATV) | ||
- [ ] BS | ||
- [ ] CS | ||
- [ ] SKY | ||
|
||
## サービス ID | ||
|
||
1040 | ||
|
||
## 地域 (GR でのみ必要) | ||
|
||
関東広域 | ||
|
||
## ロゴファイル | ||
|
||
(.svg 画像 または 512x512 以上の .png / .jpg 画像) | ||
|
||
https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:Nippon_TV_logo_2014.svg |