From 7fb4e0c6416c68b98b976014159b7ba48e95fb5c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 20 May 2022 14:25:07 +0300 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/-----broken-stream.yml | 4 ++-- .github/ISSUE_TEMPLATE/----bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/--removal-request.yml | 2 +- CONTRIBUTING.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/-----broken-stream.yml b/.github/ISSUE_TEMPLATE/-----broken-stream.yml index ad71d31cd5..309c275046 100644 --- a/.github/ISSUE_TEMPLATE/-----broken-stream.yml +++ b/.github/ISSUE_TEMPLATE/-----broken-stream.yml @@ -1,7 +1,7 @@ name: 🛠 Broken Stream description: Report a broken stream -title: 'Replace: ' -labels: ['broken stream'] +title: 'Broken: ' +labels: ['🛠 broken stream'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/----bug-report.yml b/.github/ISSUE_TEMPLATE/----bug-report.yml index 106689ef22..5552af9e5e 100644 --- a/.github/ISSUE_TEMPLATE/----bug-report.yml +++ b/.github/ISSUE_TEMPLATE/----bug-report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug Report description: Report an error in this repository title: 'Fix: ' -labels: ['bug'] +labels: ['🐞 bug'] assignees: - freearhey @@ -9,7 +9,7 @@ body: - type: markdown attributes: value: | - This form is only for reporting bugs with auto-update, channel sorting and other problems with automation scripts. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Fix%3A+) form instead. + This form is only for reporting bugs with auto-update, channel sorting and other problems with automation scripts. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?labels=🛠+broken+stream&template=-----broken-stream.yml&title=Broken%3A+) form instead. - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/--removal-request.yml b/.github/ISSUE_TEMPLATE/--removal-request.yml index f44cf515dd..b89707a3f4 100644 --- a/.github/ISSUE_TEMPLATE/--removal-request.yml +++ b/.github/ISSUE_TEMPLATE/--removal-request.yml @@ -1,7 +1,7 @@ name: ❌ Removal Request description: Request to remove content title: 'Remove: ' -labels: ['removal request'] +labels: ['❌ removal request'] assignees: - freearhey body: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e015589929..d2dd6d7f4d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,11 +15,11 @@ To request a channel, create an [issue](https://github.com/iptv-org/iptv/issues/ ### Report a Broken Stream -To report a broadcast that is not working, create an [issue](https://github.com/iptv-org/iptv/issues/new?labels=broken+stream&template=-----broken-stream.yml&title=Replace%3A+) with a description of the channel. (**IMPORTANT:** an issue should contain a report for only one channel, otherwise it will be closed immediately) +To report a broadcast that is not working, create an [issue](https://github.com/iptv-org/iptv/issues/new?labels=🛠+broken+stream&template=-----broken-stream.yml&title=Broken%3A+) with a description of the channel. (**IMPORTANT:** an issue should contain a report for only one channel, otherwise it will be closed immediately) ### Content Removal Request -If you find any content in the repository that you own and you would like us to remove, please create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=freearhey&labels=removal+request&template=--removal-request.yml&title=Remove%3A+) and provide all necessary information. If the request is granted, the specified content will be removed from the repository within one business day. +If you find any content in the repository that you own and you would like us to remove, please create an [issue](https://github.com/iptv-org/iptv/issues/new?labels=❌+removal+request&template=--removal-request.yml&title=Remove%3A+) and provide all necessary information. If the request is granted, the specified content will be removed from the repository within one business day. ## Pull Request Guidelines