name: 🐞 Bug report description: Report a bug or an issue. title: 'bug: ' labels: ['Bug report'] body: - type: markdown attributes: value: |


                       

Continuing the legacy of Vanced

# ReVanced Manager bug report Before creating a new bug report, please keep the following in mind: - **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/ReVanced/revanced-manager/issues?q=label%3A%22Bug+report%22). - **Review the 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). - **Do not 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, downloader and settings if applicable validations: required: true - type: textarea attributes: label: Patch logs description: Patch logs can be exported by clicking on the "Logs" button in the "Patcher" screen, when patching finishes. render: shell - type: textarea attributes: label: Debug logs description: Debug logs can be exported by clicking on "Export debug logs" in "Settings" > "Advanced". validations: required: true - type: checkboxes attributes: label: Acknowledgements description: Your bug report will be closed if you don't follow the checklist below. options: - label: I have checked all open and closed bug reports and this is not a duplicate. required: true - label: I have chosen an appropriate title. required: true - label: All requested information has been provided properly. required: true - label: The bug is only related to ReVanced Manager. required: true