From 69760200dd73f2a74000a32a837678aa5454c251 Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Wed, 7 Oct 2020 07:39:49 +0000 Subject: [PATCH 1/2] Added checkbox example --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a8760cc20..051aa1aec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,8 +13,9 @@ Oh no, a bug! It happens. Thanks for reporting an issue with NewPipe. To make it ### Checklist + -- [ ] I am using the latest version. +- [x] I am using the latest version. - [ ] I checked, but didn't find any duplicates 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. From 2e28fad102f1052dcac1531e1626031580208883 Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Wed, 7 Oct 2020 07:40:55 +0000 Subject: [PATCH 2/2] Added checkbox example --- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b20a8eced..23bf28777 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,8 +9,9 @@ assignees: '' ### Checklist + -- [ ] I checked, but didn't find any duplicates of this issue in the repo. +- [x] I checked, but didn't find any duplicates 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 feature request. I will open one issue for every feature I want to request.