2022-09-14 12:05:19 +02:00
name : 🐞 Bug report
description : Report a very clearly broken issue.
title: 'bug : <title>'
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 running the manager
- Error at runtime
- 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
2023-07-09 23:15:20 +02:00
description : Add the steps to reproduce this bug, including your environment.
2022-09-14 12:05:19 +02:00
placeholder : Step 1. Download some files. Step 2. ...
validations :
required : true
- type : textarea
attributes :
2022-09-19 13:47:48 +02:00
label : Android version
description : Android version used.
validations :
required : true
- type : textarea
attributes :
label : Manager version
description : Manager version used.
validations :
required : true
- type : textarea
attributes :
label : Target package name
description : App you tried to patch.
validations :
required : true
- type : textarea
attributes :
label : Target package version.
description : Version of the 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 (exported using Manager settings).
2023-07-09 23:15:20 +02:00
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so there is no need for backticks.
2022-09-14 12:05:19 +02:00
render : shell
validations :
required : true
2022-09-19 13:47:48 +02:00
- type : textarea
attributes :
2023-07-09 23:15:20 +02:00
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.
2022-09-19 13:47:48 +02:00
render : shell
validations :
required : false
2022-09-14 12:05:19 +02:00
- type : textarea
attributes :
2023-07-09 23:15:20 +02:00
label : Screenshots or video
2022-09-14 12:05:19 +02:00
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
2022-09-23 07:33:30 +02:00
- type : checkboxes
2023-07-09 23:15:20 +02:00
id : acknowledgments
2022-09-23 07:33:30 +02:00
attributes :
2023-07-10 08:31:51 +02:00
label : Acknowledgments
2022-09-23 07:33:30 +02:00
description : Your issue will be closed if you haven't done these steps.
options :
2023-07-09 23:15:20 +02:00
- label : I have searched the existing issues; this is new and no duplicate or related to another open issue.
2022-09-23 07:33:30 +02:00
required : true
- label : I have written a short but informative title.
required : true
2023-07-09 23:15:20 +02:00
- label : I properly filled out all of the requested information in this issue.
2022-09-23 07:33:30 +02:00
required : true
2023-07-09 23:15:20 +02:00
- label : The issue is solely related to ReVanced Manager and not caused by patches.
2022-09-23 07:33:30 +02:00
required : true