From f03af17f71fc500501378dfc4ad0b5fdc9b6f575 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Sat, 18 May 2024 14:33:18 -0400 Subject: [PATCH] docs: Fix issue template mistakes (#1910) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 78431c64..8c2e8a01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -99,14 +99,14 @@ body: - type: textarea attributes: label: ReVanced Manager logs - description: Export logs in ReVanced Manager settings. + description: Export logs from the ReVanced Manager settings. render: shell validations: required: true - type: textarea attributes: label: Patch logs - description: Export logs in "Patcher" screen. + description: Export logs from the "Patcher" screen. render: shell validations: required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 44d6cfb6..c03e645f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -79,7 +79,6 @@ body: description: | - Describe your feature in detail - Add images, videos, links, examples, references, etc. if possible - - Add the target application name in case you request a new patch - type: textarea attributes: label: Motivation