docs: improve clarity of speech in issue template (#1005)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
KobeW50 2023-07-09 17:15:20 -04:00 committed by GitHub
parent 344717b021
commit ecb54d8e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce 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. ... placeholder: Step 1. Download some files. Step 2. ...
validations: validations:
required: true required: true
@ -74,20 +74,20 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Device logs (exported using Manager settings). 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 render: shell
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Installer logs (exported using Installer menu option) [unneeded if issue is not during patching]. 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 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 render: shell
validations: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: Screenshots or videos label: Screenshots or video
description: Add screenshots or videos that show the bug here. description: Add screenshots or videos that show the bug here.
placeholder: Drag and drop the screenshots/videos into this box. placeholder: Drag and drop the screenshots/videos into this box.
validations: validations:
@ -105,16 +105,16 @@ body:
validations: validations:
required: false required: false
- type: checkboxes - type: checkboxes
id: acknowledgements id: acknowledgments
attributes: attributes:
label: Acknowledgements label: Acknowledgements
description: Your issue will be closed if you haven't done these steps. description: Your issue will be closed if you haven't done these steps.
options: 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 required: true
- label: I have written a short but informative title. - label: I have written a short but informative title.
required: true 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 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 required: true