mangayomi-mirror/.github/ISSUE_TEMPLATE/report_issue.yml
Moustapha Kodjo Amadou 3a1c69ef3f update issue template
2025-11-29 15:21:37 +01:00

80 lines
2.2 KiB
YAML

name: 🐞 Issue report
description: Report an issue in Mangayomi
labels: [Bug]
body:
- type: textarea
id: reproduce-steps
attributes:
label: Steps to reproduce
description: Provide an example of the issue.
placeholder: |
Example:
1. First step
2. Second step
3. Issue here
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Explain what you should expect to happen.
placeholder: |
Example:
"This should happen..."
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
description: Explain what actually happens.
placeholder: |
Example:
"This happened instead..."
validations:
required: true
- type: input
id: mangayomi-version
attributes:
label: Mangayomi version
description: You can find your Mangayomi version in **More → About**.
placeholder: |
Example: "0.0.67"
validations:
required: true
- type: input
id: device
attributes:
label: Device
description: List your device, model and the OS version.
placeholder: |
Example: "Google Pixel 5 android 11"
validations:
required: true
- type: textarea
id: other-details
attributes:
label: Other details
placeholder: |
Additional details and attachments.
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Read this carefully, we will close and ignore your issue if you skimmed through this.
options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open or closed issue.
required: true
- label: I have written a short but informative title.
required: true
- label: If this is an issue with an extension, I should be opening an issue in the extension's repository.
required: true
- label: I have updated all installed extensions.
required: true