From 1550fc4398f7383b72191f414de4ed79667eeee1 Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Fri, 23 Oct 2020 07:32:04 +0000 Subject: [PATCH 1/2] Refined instructions for bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 051aa1aec..f9201f948 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,13 +10,15 @@ assignees: '' Oh no, a bug! It happens. Thanks for reporting an issue with NewPipe. To make it easier for us to help you please enter detailed information in the template we have provided below. If a section isn't relevant, just delete it, though it would be helpful to still provide as much detail as possible. --> - + + + ### Checklist -- [x] I am using the latest version. -- [ ] I checked, but didn't find any duplicates of this issue in the repo. +- [x] I am using the latest version - x.xx.x +- [ ] 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. @@ -32,7 +34,7 @@ Oh no, a bug! It happens. Thanks for reporting an issue with NewPipe. To make it ### Actual behaviour - + @@ -44,6 +46,8 @@ Oh no, a bug! It happens. Thanks for reporting an issue with NewPipe. To make it ### Screenshots/Screen recordings + + ### Logs @@ -53,8 +57,8 @@ Oh no, a bug! It happens. Thanks for reporting an issue with NewPipe. To make it + - ### Device info - Android version/Custom ROM version: From cf9da556a8e88c7dfbde4ab66262c6144443926b Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Fri, 23 Oct 2020 07:55:31 +0000 Subject: [PATCH 2/2] Refined instructions for feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 23bf28777..c4d378d14 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,13 +5,15 @@ labels: enhancement assignees: '' --- + - + + ### Checklist -- [x] I checked, but didn't find any duplicates of this issue in the repo. +- [x] 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 feature request. I will open one issue for every feature I want to request.