80 lines
2.7 KiB
YAML
80 lines
2.7 KiB
YAML
name: Bug/Crash Report
|
|
description: Report a problem
|
|
labels: ["bug"]
|
|
assignees:
|
|
- OxygenCobalt
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Welcome to Auxio's bug report form.
|
|
Please note that not every reported issue can be fixed. Well-written bug reports are more likely to be resolved.
|
|
- type: textarea
|
|
id: desc
|
|
attributes:
|
|
label: Describe the Bug/Crash
|
|
description: Provide a clear and concise description of the issue alongside steps to reproduce it.
|
|
placeholder: |
|
|
1. Go to X
|
|
2. Click on Y
|
|
3. Scroll down to Z
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: intended
|
|
attributes:
|
|
label: Describe the intended behavior
|
|
description: Provide a clear and concise descripton of the correct behavior. Include examples from other music players if applicable.
|
|
placeholder: Should do X.
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: android-version
|
|
attributes:
|
|
label: What android version do you use?
|
|
options:
|
|
- Android 13
|
|
- Android 12L
|
|
- Android 12
|
|
- Android 11
|
|
- Android 10
|
|
- Android 9 (Pie)
|
|
- Android 8.1 (Oreo)
|
|
- Android 8 (Oreo)
|
|
- Android 7 (Nougat)
|
|
- Android 6 (Marshmallow)
|
|
- Android 5.1 (Lollipop)
|
|
- Android 5 (Lollipop)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: devide-model
|
|
attributes:
|
|
label: What device model do you use?
|
|
description: Include details on OEM Skin or Custom ROM if possible.
|
|
placeholder: OnePlus 7T (LineageOS)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Bug report
|
|
description: |
|
|
If possible, provide a "bug report" ZIP file to make it easier to identify the issue. Go to [here](https://developer.android.com/studio/debug/bug-report) for guidance on how to take one.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Duplicates
|
|
description: By submitting this issue, you aknowledge the following
|
|
options:
|
|
- label: I have checked the [Troubleshooting](https://github.com/OxygenCobalt/Auxio/wiki/Troubleshooting) page.
|
|
required: true
|
|
- label: I have checked this issue for duplicates.
|
|
required: true
|
|
- label: I have checked that this issue occurs on the [lastest version](https://github.com/OxygenCobalt/Auxio/releases).
|
|
required: true
|
|
- label: I agree to the [Contribution Guidelines](https://github.com/OxygenCobalt/Auxio/blob/dev/.github/CONTRIBUTING.md).
|
|
required: true
|