2022-09-14 12:05:19 +02:00
|
|
|
name: 🐞 Bug report
|
2023-08-31 12:36:29 +02:00
|
|
|
description: Create a new bug report.
|
2022-09-14 12:05:19 +02:00
|
|
|
title: 'bug: <title>'
|
|
|
|
labels: [bug]
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
# ReVanced Manager bug report
|
|
|
|
|
2023-08-31 12:36:29 +02:00
|
|
|
Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one.
|
2022-09-14 12:05:19 +02:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Bug description
|
2023-08-31 12:36:29 +02:00
|
|
|
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
|
2022-09-19 13:47:48 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-08-31 12:36:29 +02:00
|
|
|
label: Version of ReVanced Manager and version & name of application you tried to patch
|
2022-09-19 13:47:48 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
label: Installation type
|
|
|
|
options:
|
|
|
|
- Non-root
|
|
|
|
- Root
|
|
|
|
validations:
|
2023-08-31 12:36:29 +02:00
|
|
|
required: false
|
2022-09-19 13:47:48 +02:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-08-31 12:36:29 +02:00
|
|
|
label: Device logs
|
|
|
|
description: Export logs in ReVanced Manager settings.
|
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-08-31 12:36:29 +02:00
|
|
|
label: Patcher logs
|
|
|
|
description: Export logs in "Patcher" screen.
|
2022-09-19 13:47:48 +02:00
|
|
|
render: shell
|
|
|
|
validations:
|
|
|
|
required: false
|
2022-09-23 07:33:30 +02:00
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
2023-08-31 12:36:29 +02:00
|
|
|
label: Acknowledgements
|
|
|
|
description: Your issue will be closed if you don't follow the checklist below!
|
2022-09-23 07:33:30 +02:00
|
|
|
options:
|
2023-08-31 12:36:29 +02:00
|
|
|
- label: This request is not a duplicate of an existing issue.
|
2022-09-23 07:33:30 +02:00
|
|
|
required: true
|
2023-08-31 12:36:29 +02:00
|
|
|
- label: I have chosen an appropriate title.
|
2022-09-23 07:33:30 +02:00
|
|
|
required: true
|
2023-08-31 12:36:29 +02:00
|
|
|
- label: All requested information has been provided properly.
|
2022-09-23 07:33:30 +02:00
|
|
|
required: true
|
2023-08-31 12:36:29 +02:00
|
|
|
- label: The issue is solely related to the ReVanced Manager
|
2022-09-23 07:33:30 +02:00
|
|
|
required: true
|