2022-07-26 19:10:45 +02:00
|
|
|
name: 🐞 Bug report
|
2023-09-22 00:21:49 +02:00
|
|
|
description: Report a bug or an issue.
|
2023-05-23 19:43:36 +02:00
|
|
|
title: 'bug: '
|
2023-09-22 00:21:49 +02:00
|
|
|
labels: ['Bug report']
|
2022-07-26 19:10:45 +02:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
2023-09-22 00:21:49 +02:00
|
|
|
# ReVanced Patches bug report
|
2022-07-26 19:10:45 +02:00
|
|
|
|
2023-09-22 03:16:23 +02:00
|
|
|
Please check for existing bug reports
|
|
|
|
[here](https://github.com/ReVanced/revanced-patches/labels/Bug%20report)
|
|
|
|
before creating a new one.
|
2022-07-26 19:10:45 +02:00
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Bug description
|
2023-09-22 00:21:49 +02:00
|
|
|
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
|
2022-07-26 19:10:45 +02:00
|
|
|
validations:
|
2023-09-22 00:21:49 +02:00
|
|
|
required: true
|
2022-07-26 19:10:45 +02:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-09-22 00:21:49 +02:00
|
|
|
label: Error logs
|
|
|
|
description: Exceptions can be captured by running `logcat | grep AndroidRuntime` in a shell.
|
2022-07-26 19:10:45 +02:00
|
|
|
render: shell
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Solution
|
2023-09-22 00:21:49 +02:00
|
|
|
description: If applicable, add a possible solution to the bug.
|
2022-07-26 19:10:45 +02:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Additional context
|
|
|
|
description: Add additional context here.
|
2022-09-21 00:34:02 +02:00
|
|
|
- type: checkboxes
|
|
|
|
id: acknowledgements
|
|
|
|
attributes:
|
|
|
|
label: Acknowledgements
|
2023-09-22 00:21:49 +02:00
|
|
|
description: Your issue will be closed if you don't follow the checklist below.
|
2022-09-21 00:34:02 +02:00
|
|
|
options:
|
2023-09-22 00:21:49 +02:00
|
|
|
- label: This request is not a duplicate of an existing issue.
|
2022-09-21 00:34:02 +02:00
|
|
|
required: true
|
2023-09-22 00:21:49 +02:00
|
|
|
- label: I have chosen an appropriate title.
|
2022-09-21 00:34:02 +02:00
|
|
|
required: true
|
2023-09-22 00:21:49 +02:00
|
|
|
- label: All requested information has been provided properly.
|
2023-01-16 17:28:57 +01:00
|
|
|
required: true
|