revanced-patches/.github/ISSUE_TEMPLATE/bug-report.yml

50 lines
1.5 KiB
YAML
Raw Normal View History

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.
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.
- 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.
options:
2023-09-22 00:21:49 +02:00
- label: This request is not a duplicate of an existing issue.
required: true
2023-09-22 00:21:49 +02:00
- label: I have chosen an appropriate title.
required: true
2023-09-22 00:21:49 +02:00
- label: All requested information has been provided properly.
required: true