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