2022-07-26 19:10:45 +02:00
name : 🐞 Bug report
description : Report a very clearly broken issue.
2023-05-23 19:43:36 +02:00
title: 'bug : '
2022-07-26 19:10:45 +02:00
labels : [ bug]
body :
- type : markdown
attributes :
value : |
# ReVanced bug report
2022-07-26 19:34:40 +02:00
Important to note that your issue may have already been reported before. Please check for existing issues [here](https://github.com/revanced/revanced-patches/labels/bug).
2022-07-26 19:10:45 +02:00
- type : dropdown
attributes :
label : Type
options :
- Error while patching
- 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
description : Add the steps to reproduce this bug including your environment.
placeholder : Step 1. Download some files. Step 2. ...
validations :
required : true
- type : textarea
attributes :
label : Relevant log output
2023-01-16 17:28:57 +01:00
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. Capture crash logs by running `logcat | grep AndroidRuntime`.
2022-07-26 19:10:45 +02:00
render : shell
validations :
required : true
- 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 :
2022-08-01 13:07:47 +02:00
required : false
2022-07-26 19:10:45 +02:00
- type : textarea
attributes :
label : Additional context
description : Add additional context here.
validations :
2022-08-01 13:07:47 +02:00
required : false
2022-09-21 00:34:02 +02:00
- type : checkboxes
id : acknowledgements
attributes :
label : Acknowledgements
description : Your issue will be closed if you haven't done these steps.
options :
- label : I have searched the existing issues and this is a new and no duplicate or related to another open issue.
required : true
- label : I have written a short but informative title.
required : true
- label : I filled out all of the requested information in this issue properly.
2023-01-16 17:28:57 +01:00
required : true