forked from ReVanced/revanced-manager
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
138 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,116 @@ | ||
name: 🐞 Bug report | ||
description: Create a new bug report. | ||
title: 'bug: <title>' | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# ReVanced Manager bug report | ||
Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one. | ||
- type: textarea | ||
attributes: | ||
label: Bug description | ||
description: | | ||
- Describe your bug in detail | ||
- Add steps to reproduce the bug if possible (Step 1. Download some files. Step 2. ...) | ||
- Add images and videos if possible | ||
- List selected patches if applicable | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Version of ReVanced Manager and version & name of application you tried to patch | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Installation type | ||
options: | ||
- Non-root | ||
- Root | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Device logs | ||
description: Export logs in ReVanced Manager settings. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Patcher logs | ||
description: Export logs in "Patcher" screen. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: Acknowledgements | ||
description: Your issue will be closed if you don't follow the checklist below! | ||
options: | ||
- label: This request is not a duplicate of an existing issue. | ||
required: true | ||
- label: I have chosen an appropriate title. | ||
required: true | ||
- label: All requested information has been provided properly. | ||
required: true | ||
- label: The issue is solely related to the ReVanced Manager | ||
required: true | ||
name: 🐞 Bug report | ||
description: Report a very clearly broken issue. | ||
title: 'bug: ' | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# ReVanced Manager bug report | ||
Important to note that your issue may have already been reported before. Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug). | ||
- type: dropdown | ||
attributes: | ||
label: Type | ||
options: | ||
- Error while patching | ||
- Cosmetic | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Bug description | ||
description: How did you find the bug? Any additional details that might help? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Add the steps to reproduce this bug including your environment. | ||
placeholder: Step 1. Download some files. Step 2. ... | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Android version and device info | ||
description: Android version and model information | ||
placeholder: Galaxy S6 Android 7.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Manager version | ||
description: Manager version used. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Target app name and version | ||
description: App you tried to patch. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Installation type | ||
options: | ||
- Non-root | ||
- Root | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Patches selected. | ||
description: Patches you selected for the app. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Device logs (export from Manager settings). | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. Please export after the problem occured. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Installer logs (export from 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. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Screenshots or videos | ||
description: Add screenshots or videos that show the bug here. | ||
placeholder: Drag and drop the screenshots/videos into this box. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Solution | ||
description: If applicable, add a possible solution. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add additional context here. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: acknowledgements | ||
attributes: | ||
label: Acknowledgements | ||
description: Your issue will be closed if you don't follow the checklist below! | ||
options: | ||
- label: This request is not a duplicate of an existing issue. | ||
required: true | ||
- label: I have chosen an appropriate title. | ||
required: true | ||
- label: I filled out all of the requested information in this issue properly. | ||
required: true | ||
- label: The issue is related solely to the ReVanced Manager and not related to revanced patches | ||
required: true | ||
- label: I have written the title and contents in English. | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: ❓ Question | ||
description: Leave your questions or ask for help about this Manager. | ||
title: 'question: ' | ||
labels: [question] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Add a clear and detailed description of the question. | ||
placeholder: Attach images/videos if possible. These can be helpful in figuring out what the question is about. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: acknowledgements | ||
attributes: | ||
label: Acknowledgements | ||
description: Your issue will be closed if you don't follow the checklist below! | ||
options: | ||
- label: I have written a short but informative title. | ||
required: true | ||
- label: I have written the title and contents in English. | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.