From ecb54d8e44d1cc4e2b030aeec9c0c00e555beade Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:15:20 -0400 Subject: [PATCH] docs: improve clarity of speech in issue template (#1005) Co-authored-by: oSumAtrIX --- .github/ISSUE_TEMPLATE/bug-issue.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index bf785da0..6c453787 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -29,7 +29,7 @@ body: - type: textarea attributes: label: Steps to reproduce - description: Add the steps to reproduce this bug including your environment. + description: Add the steps to reproduce this bug, including your environment. placeholder: Step 1. Download some files. Step 2. ... validations: required: true @@ -74,20 +74,20 @@ body: - type: textarea attributes: label: Device logs (exported using Manager settings). - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so there is no need for backticks. render: shell validations: required: true - type: textarea attributes: - label: Installer logs (exported using Installer menu option) [unneeded if issue is not during patching]. - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + label: Installer logs (exported using Installer menu option) [unneeded if the issue is not during patching]. + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so there is no need for backticks. render: shell validations: required: false - type: textarea attributes: - label: Screenshots or videos + label: Screenshots or video description: Add screenshots or videos that show the bug here. placeholder: Drag and drop the screenshots/videos into this box. validations: @@ -105,16 +105,16 @@ body: validations: required: false - type: checkboxes - id: acknowledgements + id: acknowledgments attributes: label: Acknowledgements description: Your issue will be closed if you haven't done these steps. options: - - label: I have searched the existing issues and this is a new and no duplicate or related to another open issue. + - label: I have searched the existing issues; this is new and no duplicate or related to another open issue. required: true - label: I have written a short but informative title. required: true - - label: I filled out all of the requested information in this issue properly. + - label: I properly filled out all of the requested information in this issue. required: true - - label: The issue is related solely to the ReVanced Manager and not related to patching errors or patches + - label: The issue is solely related to ReVanced Manager and not caused by patches. required: true