71 lines
1.8 KiB
YAML
71 lines
1.8 KiB
YAML
name: Bug Report
|
|
description: Report broken or incorrect behaviour
|
|
labels: bug
|
|
body:
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking your time to fill out this form. For real-time support, consider asking in the `#support` channel on our Discord: https://discord.gg/5TXAWTU5qr
|
|
|
|
Please note that this form is for bug reports only!
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Summary
|
|
description: A short summary of the bug report.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Reproduction Steps
|
|
description: What you did to make it happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Result
|
|
description: What did you expect to happen?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Actual Result
|
|
description: What actually happened?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Device Information
|
|
description: |
|
|
Please provide some information of the device you are using.
|
|
You can get the device info by doing these steps:
|
|
1) Open Saikou
|
|
2) Go to settings
|
|
3) Scroll to the bottom
|
|
4) Long press "Version X.X.X"
|
|
placeholder: |
|
|
Saikou Version: X.X.X
|
|
Brand: Samsung
|
|
Architecture: aarch64
|
|
Android Version: 11
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
options:
|
|
- label: I have searched the open AND closed issues for any duplicates.
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Information
|
|
description: If there is anything else to say, please do so here.
|
|
|