From fbc0d92a1ec68d93f3edf3b7fde7c0d236d67a83 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 2 Apr 2025 07:14:15 +0300 Subject: [PATCH] Update issue templates --- ...ource-request.yml => 1_source-request.yml} | 0 ...nnel-request.yml => 2_channel-request.yml} | 0 ...---broken-guide.yml => 3_broken-guide.yml} | 0 .github/ISSUE_TEMPLATE/4_feature-request.yml | 24 +++++++++++++++++++ .../{--bug-report.yml => 5_bug-report.yml} | 0 .github/ISSUE_TEMPLATE/config.yml | 3 --- 6 files changed, 24 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{-----source-request.yml => 1_source-request.yml} (100%) rename .github/ISSUE_TEMPLATE/{----channel-request.yml => 2_channel-request.yml} (100%) rename .github/ISSUE_TEMPLATE/{---broken-guide.yml => 3_broken-guide.yml} (100%) create mode 100644 .github/ISSUE_TEMPLATE/4_feature-request.yml rename .github/ISSUE_TEMPLATE/{--bug-report.yml => 5_bug-report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/-----source-request.yml b/.github/ISSUE_TEMPLATE/1_source-request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/-----source-request.yml rename to .github/ISSUE_TEMPLATE/1_source-request.yml diff --git a/.github/ISSUE_TEMPLATE/----channel-request.yml b/.github/ISSUE_TEMPLATE/2_channel-request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/----channel-request.yml rename to .github/ISSUE_TEMPLATE/2_channel-request.yml diff --git a/.github/ISSUE_TEMPLATE/---broken-guide.yml b/.github/ISSUE_TEMPLATE/3_broken-guide.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/---broken-guide.yml rename to .github/ISSUE_TEMPLATE/3_broken-guide.yml diff --git a/.github/ISSUE_TEMPLATE/4_feature-request.yml b/.github/ISSUE_TEMPLATE/4_feature-request.yml new file mode 100644 index 00000000..da08aab1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_feature-request.yml @@ -0,0 +1,24 @@ +name: ✨ Feature request +description: Ask for a feature to be added to the guide +labels: ['feature 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: Site + description: The name of the site + placeholder: 'guidatv.sky.it' + validations: + required: true + + - type: textarea + attributes: + label: Description + description: Detailed description of the feature. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/--bug-report.yml b/.github/ISSUE_TEMPLATE/5_bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/--bug-report.yml rename to .github/ISSUE_TEMPLATE/5_bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f303ae6e..2bc849ec 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,5 @@ 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