From 732a8542e50f6ed1839deb4bdd261ea6c772a0fa Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:36:08 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/-----epg-request.yml | 33 ------------------- .github/ISSUE_TEMPLATE/----source-request.yml | 4 +-- .github/ISSUE_TEMPLATE/---broken-guide.yml | 6 ++-- .github/ISSUE_TEMPLATE/--feature-request.yml | 15 --------- .github/ISSUE_TEMPLATE/--question.yml | 10 ------ .github/ISSUE_TEMPLATE/config.yml | 8 +++++ 6 files changed, 13 insertions(+), 63 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/-----epg-request.yml delete mode 100644 .github/ISSUE_TEMPLATE/--feature-request.yml delete mode 100644 .github/ISSUE_TEMPLATE/--question.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/-----epg-request.yml b/.github/ISSUE_TEMPLATE/-----epg-request.yml deleted file mode 100644 index d6aa2244..00000000 --- a/.github/ISSUE_TEMPLATE/-----epg-request.yml +++ /dev/null @@ -1,33 +0,0 @@ -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 diff --git a/.github/ISSUE_TEMPLATE/----source-request.yml b/.github/ISSUE_TEMPLATE/----source-request.yml index d24df886..7b8691bb 100644 --- a/.github/ISSUE_TEMPLATE/----source-request.yml +++ b/.github/ISSUE_TEMPLATE/----source-request.yml @@ -1,6 +1,6 @@ -name: ➕ Source Request +name: 📝 Source Request description: Request to add a new source -labels: ['➕ source request'] +labels: ['source request'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/---broken-guide.yml b/.github/ISSUE_TEMPLATE/---broken-guide.yml index f2d1a36f..4b89b75a 100644 --- a/.github/ISSUE_TEMPLATE/---broken-guide.yml +++ b/.github/ISSUE_TEMPLATE/---broken-guide.yml @@ -1,6 +1,6 @@ -name: ⚠️ Broken Guide +name: 🚧 Broken Guide description: Report an error in one of the guides -labels: ['⚠️ broken guide'] +labels: ['broken guide'] body: - type: markdown @@ -11,7 +11,7 @@ body: - type: input attributes: label: Site - description: The name of the site listed in the [sites](https://github.com/iptv-org/epg/tree/master/sites) folder + description: The name of the site placeholder: 'guidatv.sky.it' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/--feature-request.yml b/.github/ISSUE_TEMPLATE/--feature-request.yml deleted file mode 100644 index 75386c0f..00000000 --- a/.github/ISSUE_TEMPLATE/--feature-request.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: 💡 Feature Request -description: For any ideas or feature requests -labels: ['💡 feature request'] - -body: - - type: markdown - attributes: - value: | - Please describe your idea in as much detail as possible so that we can efficiently process your request. - - - type: textarea - attributes: - label: Description - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/--question.yml b/.github/ISSUE_TEMPLATE/--question.yml deleted file mode 100644 index 7d6d7e14..00000000 --- a/.github/ISSUE_TEMPLATE/--question.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: ❓ Ask a Question -description: Any questions about this repository -labels: ['❓ question'] - -body: - - type: textarea - attributes: - label: Description - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..f303ae6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: 💡 Feature request + url: https://github.com/orgs/iptv-org/discussions/categories/ideas + about: For any ideas or feature requests + - name: ❓ Ask a question + url: https://github.com/orgs/iptv-org/discussions/categories/q-a + about: Ask questions about this project