From 0721d62f54666a5141f3f3e991a44cfb4698a90e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 May 2021 17:33:43 +0300 Subject: [PATCH 1/4] Delete ----feature-request.md --- .github/ISSUE_TEMPLATE/----feature-request.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/----feature-request.md diff --git a/.github/ISSUE_TEMPLATE/----feature-request.md b/.github/ISSUE_TEMPLATE/----feature-request.md deleted file mode 100644 index 378d29ed0..000000000 --- a/.github/ISSUE_TEMPLATE/----feature-request.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: '✨ Feature Request' -about: For any ideas or feature requests -title: 'Propose: xxx' -labels: discussion -assignees: '' ---- - - From 333681988d09f9b65c6acf5ee81965c734f2f533 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 May 2021 17:33:46 +0300 Subject: [PATCH 2/4] Delete ---ask-a-question.md --- .github/ISSUE_TEMPLATE/---ask-a-question.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/---ask-a-question.md diff --git a/.github/ISSUE_TEMPLATE/---ask-a-question.md b/.github/ISSUE_TEMPLATE/---ask-a-question.md deleted file mode 100644 index d588ea715..000000000 --- a/.github/ISSUE_TEMPLATE/---ask-a-question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "❓Ask a question" -about: Ask questions about this project -title: 'Question: xxx' -labels: question -assignees: '' - ---- - - From 1b44d48dd7c302154f36bdfa94d9461163a5d39c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 May 2021 17:33:59 +0300 Subject: [PATCH 3/4] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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..b07f8cac2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 💡 Feature Request + url: https://github.com/iptv-org/iptv/discussions/new + about: For any ideas or feature requests + - name: ❓ Ask a question + url: https://github.com/iptv-org/iptv/discussions/new + about: Ask questions about this project From 0b1762f2609cc48b76ca548967117ad8da46c33b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 May 2021 17:34:03 +0300 Subject: [PATCH 4/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11d5bebdb..fff605106 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,10 +9,6 @@ Before submitting your contribution, please make sure to take a moment and read ## Issue Reporting Guidelines -### Feature Requests - -If you have an idea how to improve the project create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=discussion&template=----feature-request.md&title=Propose%3A+xxx) with a detailed description of your idea. - ### Request a Channel To request a channel, create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=channel+request&template=------channel-request.md&title=Add%3A+xxx) and complete all details requested. (**IMPORTANT:** the issue should contain a request for only one channel, otherwise it will be closed immediately). Understand that our community of volunteers will try to help you, but if a public link cannot be found, there is little we can do.