From 5b43240f3491876043fe03778cffffd583ae946c Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:44:22 +0000 Subject: [PATCH] Implement review suggestions --- .github/ISSUE_TEMPLATES/bug_report.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATES/bug_report.yml b/.github/ISSUE_TEMPLATES/bug_report.yml index 8a06a5887a..b140335458 100644 --- a/.github/ISSUE_TEMPLATES/bug_report.yml +++ b/.github/ISSUE_TEMPLATES/bug_report.yml @@ -32,7 +32,7 @@ body: attributes: label: Affected version description: "In which NewPipe Extractor version did you encounter the bug?" - placeholder: "x.xx.x - Can be seen in the repo under the 'Releases' section" + placeholder: "x.xx.x" validations: required: true @@ -45,9 +45,9 @@ body: If you can't cause the bug to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the bug. placeholder: | - 1. Go to '...' - 2. Press on '....' - 3. Swipe down to '....' + 1. Init NewPipe with 'NewPipe.init(...)' + 2. Create a StreamExtractor for xyz: 'StreamExtractor e = YouTube.getStreamExtractor(xyz.com)' + 3. Get the description 'e.getDescription()' validations: required: true @@ -83,14 +83,6 @@ body: description: | If your bug includes a log you think we need to see, paste it here. - - type: input - id: software-info - attributes: - label: Affected software, along with version - description: | - Using which software did you encounter the bug? - placeholder: "Example: Windows 11 / Android Studio 2024.1.1" - - type: textarea id: additional-information attributes: