From c7a1943e03efe87afeda6a2933243512a8441648 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 28 Jan 2023 20:06:04 +0300 Subject: [PATCH] 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