From 4a399205d2285e1788018752c2851d6e6a506a70 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 14 Jan 2021 19:50:18 +0300 Subject: [PATCH] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..98448fb63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: true +contact_links: + - name: Channel Request + url: https://github.com/iptv-org/iptv/issues/new?assignees=&labels=channel+request&template=channel-request.md&title=Add%3A+xxx + about: Request to add a channel to the playlist + - name: Feature Request + url: https://github.com/iptv-org/iptv/issues/new?assignees=&labels=feature+request&template=feature-request.md&title=Suggestion%3A+xxx + about: Suggest an idea for this project + - name: Broken Stream + url: https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=broken-stream.md&title=Fix%3A+xxx + about: Request to replace a broken stream + - name: Remove Channel + url: https://github.com/iptv-org/iptv/issues/new?assignees=&labels=DMCA&template=remove-channel.md&title=Remove%3A+xxx + about: Request to remove a channel from the playlist