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