diff --git a/.github/ISSUE_TEMPLATE/------epg-request.yml b/.github/ISSUE_TEMPLATE/-----epg-request.yml similarity index 76% rename from .github/ISSUE_TEMPLATE/------epg-request.yml rename to .github/ISSUE_TEMPLATE/-----epg-request.yml index 87c44ceb..e97339ef 100644 --- a/.github/ISSUE_TEMPLATE/------epg-request.yml +++ b/.github/ISSUE_TEMPLATE/-----epg-request.yml @@ -1,5 +1,6 @@ -name: 📺 EPG Request -description: Request to add EPG (Electronic Programming Guide) in this repository +name: 🗓 EPG Request +description: Request to add a new EPG (Electronic Programming Guide) source to the repository +labels: ['🗓 epg request'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/----channel-request.yml b/.github/ISSUE_TEMPLATE/----channel-request.yml new file mode 100644 index 00000000..a2a9bba3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----channel-request.yml @@ -0,0 +1,33 @@ +name: 📺 Channel Request +description: Request to add channels to the list +labels: ['📺 channel 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 you saw the program for the channel + 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 diff --git a/.github/ISSUE_TEMPLATE/---broken-guide.yml b/.github/ISSUE_TEMPLATE/---broken-guide.yml new file mode 100644 index 00000000..9a4607ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---broken-guide.yml @@ -0,0 +1,24 @@ +name: ⚠️ Broken Guide +description: Report a broken EPG +labels: ['⚠️ broken guide'] + +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 guide that broke + placeholder: 'https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml.gz' + validations: + required: true + + - type: textarea + attributes: + label: Details + description: What exactly is not working? + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/--feature-request.yml b/.github/ISSUE_TEMPLATE/--feature-request.yml new file mode 100644 index 00000000..a15bf622 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--feature-request.yml @@ -0,0 +1,11 @@ +name: 💡 Feature Request +description: For any ideas or feature requests +labels: ['💡 feature request'] + +body: + - type: textarea + attributes: + label: Description + description: Please describe your idea in as much detail as possible so that we can efficiently process your request + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/----bug-report.yml b/.github/ISSUE_TEMPLATE/-bug-report.yml similarity index 55% rename from .github/ISSUE_TEMPLATE/----bug-report.yml rename to .github/ISSUE_TEMPLATE/-bug-report.yml index 79f143ce..ac445d94 100644 --- a/.github/ISSUE_TEMPLATE/----bug-report.yml +++ b/.github/ISSUE_TEMPLATE/-bug-report.yml @@ -1,17 +1,11 @@ name: 🐞 Bug Report description: Report an error in this repository -title: 'Fix: ' labels: ['🐞 bug'] body: - - type: markdown - attributes: - value: | - This form is only for reporting bugs with auto-update, EPG sorting and other problems with automation scripts. - - type: textarea attributes: - label: Describe your issue + label: Description description: Please describe the error in as much detail as possible so that we can fix it quickly. validations: required: true