Before creating a new bug report, please keep the following in mind:
- **Donot submit a duplicate bug report**:You can review existing bug reports [here](https://github.com/ReVanced/revanced-manager/labels/Bug%20report).
- **Reviewthe contribution guidelines**:Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-manager/blob/main/CONTRIBUTING.md).
- **Donot use the issue page for support**:If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
- type:textarea
attributes:
label:Bug description
description:|
- Describe your bug in detail
- Add steps to reproduce the bug if possible (Step 1. ... Step 2. ...)
- Add images and videos if possible
- List used patches if applicable
validations:
required:true
- type:textarea
attributes:
label:Version of ReVanced Manager and version & name of app you are patching
validations:
required:true
- type:dropdown
attributes:
label:Installation method
options:
- Regular
- Mount
validations:
required:false
- type:textarea
attributes:
label:ReVanced Manager logs
description:Export logs in ReVanced Manager settings.
render:shell
validations:
required:true
- type:textarea
attributes:
label:Patch logs
description:Export logs in "Patcher" screen.
render:shell
validations:
required:false
- type:checkboxes
id:acknowledgements
attributes:
label:Acknowledgements
description:Your bug report will be closed if you don't follow the checklist below.
options:
- label:This issue is not a duplicate of an existing bug report.
required:true
- label:I have chosen an appropriate title.
required:true
- label:All requested information has been provided properly.