diff --git a/.github/ISSUE_TEMPLATE/----epg-request.yml b/.github/ISSUE_TEMPLATE/-----epg-request.yml similarity index 72% rename from .github/ISSUE_TEMPLATE/----epg-request.yml rename to .github/ISSUE_TEMPLATE/-----epg-request.yml index 9d27c471..d6aa2244 100644 --- a/.github/ISSUE_TEMPLATE/----epg-request.yml +++ b/.github/ISSUE_TEMPLATE/-----epg-request.yml @@ -1,5 +1,5 @@ name: 🗓 EPG Request -description: Request to add a guide for a specific channels +description: Request to add a channel to existing guide labels: ['🗓 epg request'] body: @@ -10,9 +10,9 @@ body: - type: input attributes: - label: Source - description: Website where the EPG can be found? - placeholder: 'https://cablecompany.com/tvlisting' + 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 diff --git a/.github/ISSUE_TEMPLATE/----source-request.yml b/.github/ISSUE_TEMPLATE/----source-request.yml new file mode 100644 index 00000000..d24df886 --- /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 request as much as possible so we can 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?