From 1e1b8c45f88276094d21b89caa69f7899889dc14 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 26 Mar 2025 06:22:54 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/1_channels_add.yml | 42 +++++++++++----------- .github/ISSUE_TEMPLATE/2_channels_edit.yml | 21 +++++++++++ .github/ISSUE_TEMPLATE/4_feeds_add.yml | 21 ----------- .github/ISSUE_TEMPLATE/5_feeds_edit.yml | 21 ----------- 4 files changed, 42 insertions(+), 63 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_channels_add.yml b/.github/ISSUE_TEMPLATE/1_channels_add.yml index 02ed0cdc..84e2282f 100644 --- a/.github/ISSUE_TEMPLATE/1_channels_add.yml +++ b/.github/ISSUE_TEMPLATE/1_channels_add.yml @@ -80,6 +80,27 @@ body: validations: required: true + - type: input + id: launched + attributes: + label: Launched (optional) + description: Launch date of the channel (`YYYY-MM-DD`) + placeholder: '2016-07-28' + + - type: input + id: closed + attributes: + label: Closed (optional) + description: Date on which the channel closed (`YYYY-MM-DD`) + placeholder: '2020-05-31' + + - type: input + id: replaced_by + attributes: + label: Replaced By (optional) + description: The ID of the channel that this channel was replaced by + placeholder: 'CCTV1.cn' + - type: input id: website attributes: @@ -160,27 +181,6 @@ body: validations: required: true - - type: input - id: launched - attributes: - label: Launched (optional) - description: Launch date of the feed (`YYYY-MM-DD`) - placeholder: '2016-07-28' - - - type: input - id: closed - attributes: - label: Closed (optional) - description: Date on which the feed closed (`YYYY-MM-DD`) - placeholder: '2020-05-31' - - - type: input - id: replaced_by - attributes: - label: Replaced By (optional) - description: "ID of the channel and feed this feed was replaced with. Possible values: `` or `@`" - placeholder: 'CCTV1.cn@SD' - - type: textarea attributes: label: Notes diff --git a/.github/ISSUE_TEMPLATE/2_channels_edit.yml b/.github/ISSUE_TEMPLATE/2_channels_edit.yml index 65332c0e..6073454b 100644 --- a/.github/ISSUE_TEMPLATE/2_channels_edit.yml +++ b/.github/ISSUE_TEMPLATE/2_channels_edit.yml @@ -83,6 +83,27 @@ body: - 'FALSE' - 'TRUE' + - type: input + id: launched + attributes: + label: Launched (optional) + description: Launch date of the channel (`YYYY-MM-DD`) + placeholder: '2016-07-28' + + - type: input + id: closed + attributes: + label: Closed (optional) + description: Date on which the channel closed (`YYYY-MM-DD`) + placeholder: '2020-05-31' + + - type: input + id: replaced_by + attributes: + label: Replaced By (optional) + description: The ID of the channel that this channel was replaced by + placeholder: 'CCTV1.cn' + - type: input id: website attributes: diff --git a/.github/ISSUE_TEMPLATE/4_feeds_add.yml b/.github/ISSUE_TEMPLATE/4_feeds_add.yml index b8e9cabc..88e9dd64 100644 --- a/.github/ISSUE_TEMPLATE/4_feeds_add.yml +++ b/.github/ISSUE_TEMPLATE/4_feeds_add.yml @@ -86,27 +86,6 @@ body: validations: required: true - - type: input - id: launched - attributes: - label: Launched (optional) - description: Launch date of the feed (`YYYY-MM-DD`) - placeholder: '2016-07-28' - - - type: input - id: closed - attributes: - label: Closed (optional) - description: Date on which the feed closed (`YYYY-MM-DD`) - placeholder: '2020-05-31' - - - type: input - id: replaced_by - attributes: - label: Replaced By (optional) - description: "ID of the channel and feed this feed was replaced with. Possible values: `` or `@`" - placeholder: 'CCTV1.cn@SD' - - type: textarea attributes: label: Notes diff --git a/.github/ISSUE_TEMPLATE/5_feeds_edit.yml b/.github/ISSUE_TEMPLATE/5_feeds_edit.yml index 8f7dd86b..05b08cc9 100644 --- a/.github/ISSUE_TEMPLATE/5_feeds_edit.yml +++ b/.github/ISSUE_TEMPLATE/5_feeds_edit.yml @@ -82,27 +82,6 @@ body: - '360p' - '240p' - - type: input - id: launched - attributes: - label: Launched - description: Launch date of the feed (`YYYY-MM-DD`) - placeholder: '2016-07-28' - - - type: input - id: closed - attributes: - label: Closed - description: Date on which the feed closed (`YYYY-MM-DD`) - placeholder: '2020-05-31' - - - type: input - id: replaced_by - attributes: - label: Replaced By - description: "ID of the channel and feed this feed was replaced with. Possible values: `` or `@`" - placeholder: 'CCTV1.cn@SD' - - type: textarea attributes: label: Notes