From 946074e21a29792f390426f475d0fa5102f6a9c8 Mon Sep 17 00:00:00 2001 From: Atemu Date: Mon, 20 Sep 2021 13:30:09 +0200 Subject: [PATCH] ISSUE_TEMPLATEs: add sponsorblock-fork-specific checkboxes There has been a lot of noise in the issues from stuff that doesn't belong here. This change aims to at codify what is and what isn't wanted. --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ad9f1f82f..c590a646f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,6 +18,7 @@ Oh no, a bug! It happens. Thanks for reporting an issue with NewPipe. To make it - [x] I am using the latest version - x.xx.x +- [ ] This issue CANNOT be reproduced with the same version of upstream NewPipe - [ ] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo. - [ ] I have read the contribution guidelines given at https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md. - [ ] This issue contains only one bug. I will open one issue for every bug report I want to file. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 361c8057f..ca0b66be3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -14,6 +14,7 @@ assignees: '' - [x] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo. +- [ ] This feature is related to sponsor or ad blocking and/or has explicitly been rejected upstream. - [ ] I have read the contribution guidelines given at https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md. - [ ] This issue contains only one feature request. I will open one issue for every feature I want to request.