From d81e30a2c87152c313b73374a49667e86fe6836b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 28 Jan 2023 20:05:59 +0300 Subject: [PATCH 1/4] Delete ----epg-request.yml --- .github/ISSUE_TEMPLATE/----epg-request.yml | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/----epg-request.yml diff --git a/.github/ISSUE_TEMPLATE/----epg-request.yml b/.github/ISSUE_TEMPLATE/----epg-request.yml deleted file mode 100644 index 9d27c471..00000000 --- a/.github/ISSUE_TEMPLATE/----epg-request.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: 🗓 EPG Request -description: Request to add a guide for a specific channels -labels: ['🗓 epg request'] - -body: - - type: markdown - attributes: - value: | - Please fill out the issue template as much as you can so we could efficiently process your request. - - - type: input - attributes: - label: Source - description: Website where the EPG can be found? - placeholder: 'https://cablecompany.com/tvlisting' - validations: - required: true - - - type: textarea - attributes: - label: Channels - description: List all channels that need to be added - placeholder: | - - Channel1 - - Channel2 - ... - validations: - required: true - - - type: textarea - attributes: - label: Notes - description: Anything else we should know? \ No newline at end of file From 42083783e35601eb68732c59d7f6b1fcdc48dd21 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 28 Jan 2023 20:06:02 +0300 Subject: [PATCH 2/4] Create -----epg-request.yml --- .github/ISSUE_TEMPLATE/-----epg-request.yml | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/-----epg-request.yml diff --git a/.github/ISSUE_TEMPLATE/-----epg-request.yml b/.github/ISSUE_TEMPLATE/-----epg-request.yml new file mode 100644 index 00000000..d6aa2244 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-----epg-request.yml @@ -0,0 +1,33 @@ +name: 🗓 EPG Request +description: Request to add a channel to existing guide +labels: ['🗓 epg request'] + +body: + - type: markdown + attributes: + value: | + Please fill out the issue template as much as you can so we could efficiently process your request. + + - type: input + attributes: + label: Guide + description: Link to the file in which you want to add these channels + placeholder: 'https://iptv-org.github.io/epg/guides/en/example.co.uk.xml' + validations: + required: true + + - type: textarea + attributes: + label: Channels + description: List all channels that need to be added + placeholder: | + - Channel1 + - Channel2 + ... + validations: + required: true + + - type: textarea + attributes: + label: Notes + description: Anything else we should know? \ No newline at end of file From c7a1943e03efe87afeda6a2933243512a8441648 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 28 Jan 2023 20:06:04 +0300 Subject: [PATCH 3/4] Create ----source-request.yml --- .github/ISSUE_TEMPLATE/----source-request.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----source-request.yml diff --git a/.github/ISSUE_TEMPLATE/----source-request.yml b/.github/ISSUE_TEMPLATE/----source-request.yml new file mode 100644 index 00000000..e94241a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----source-request.yml @@ -0,0 +1,22 @@ +name: ➕ Source Request +description: Request to add a new source +labels: ['➕ source request'] + +body: + - type: markdown + attributes: + value: | + Please fill out the issue template as much as you can so we could efficiently process your request. + + - type: input + attributes: + label: Source + description: Website where the EPG can be found? + placeholder: 'https://cablecompany.com/tvlisting' + validations: + required: true + + - type: textarea + attributes: + label: Notes + description: Anything else we should know? \ No newline at end of file From 937ad6ee3153780deacec223bdfc87dccba27dda Mon Sep 17 00:00:00 2001 From: ajanes3 Date: Sat, 28 Jan 2023 12:21:01 -0500 Subject: [PATCH 4/4] Update ----source-request.yml Small grammar update --- .github/ISSUE_TEMPLATE/----source-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/----source-request.yml b/.github/ISSUE_TEMPLATE/----source-request.yml index e94241a0..d24df886 100644 --- a/.github/ISSUE_TEMPLATE/----source-request.yml +++ b/.github/ISSUE_TEMPLATE/----source-request.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - Please fill out the issue template as much as you can so we could efficiently process your request. + Please fill out the request as much as possible so we can efficiently process your request. - type: input attributes: @@ -19,4 +19,4 @@ body: - type: textarea attributes: label: Notes - description: Anything else we should know? \ No newline at end of file + description: Anything else we should know?