Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/7_help-request.yml
Original file line number Diff line number Diff line change
@@ -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