From 6c3e747b14bf93ffc616c300b9bbffee18462b35 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:40:25 +0000 Subject: [PATCH 1/2] Initial plan From b0a99f592721cf30ddacd9fa4684d75396858f5a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:43:31 +0000 Subject: [PATCH 2/2] Add help request issue template Co-authored-by: Aksel1984 <143151220+Aksel1984@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/7_help-request.yml | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/7_help-request.yml diff --git a/.github/ISSUE_TEMPLATE/7_help-request.yml b/.github/ISSUE_TEMPLATE/7_help-request.yml new file mode 100644 index 00000000000..4e4314e2012 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/7_help-request.yml @@ -0,0 +1,30 @@ +name: ❓ Help request +description: Ask for help with using this repository +title: 'Help: ' +labels: ['help'] + +body: + - type: textarea + id: question + attributes: + label: What do you need help with? + description: Please describe your question or issue in as much detail as possible. + validations: + required: true + + - type: textarea + id: steps + attributes: + label: What have you already tried? + description: List any steps you have already taken to resolve your issue. + + - type: checkboxes + id: confirmation + attributes: + label: Before posting + description: Please confirm you have done the following + options: + - label: I have read the [FAQ](https://github.com/iptv-org/iptv/blob/master/FAQ.md) + required: true + - label: I have read the [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) + required: true