Files
suwayomi-material-you-webui/.github/ISSUE_TEMPLATE/bug_report.yml

118 lines
3.9 KiB
YAML

name: 🐞 Bug report
description: Report a bug in Suwayomi-WebUI
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: server-os
attributes:
label: Server operating system
description: The operating system on which Suwayomi-Server is running on
placeholder: |
Example: "Windows 11 Pro 24H2 | Ubuntu 24.04.2 LTS"
validations:
required: true
- type: input
id: server-desktop-environment
attributes:
label: Server Desktop Environment
description:
placeholder: |
Example: "Gnome 40"
validations:
required: false
- type: input
id: server-jvm-version
attributes:
label: Server JVM version
description: The java version used to run Suwayomi-Server
placeholder: |
Example: "openjdk 21.0.5 2024-10-15 LTS"
validations:
required: true
- type: textarea
id: debug-information
attributes:
label: Debug information
description: |
Provide the debug information from the About page.
_Note:_ You can paste the copied debug information into the placeholder below.
value: |
<details>
<summary>Click here to see debug information</summary>
<!-- Please leave one blank line below for enabling the code block rendering. -->
```
Replace this text with the copied debug information
```
</details>
validations:
required: true
- type: textarea
id: other-details
attributes:
label: Other details
description: The more information that gets provided the better, especially via videos and images
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 checked the [ongoing preview changelog](https://github.com/Suwayomi/Suwayomi-WebUI/blob/master/CHANGELOG.md) and this bug has **NOT** been listed as fixed
required: true
- label: This bug is UI related and does not belong to the server. If in doubt, create the request in the [Suwayomi-Server repository](https://github.com/Suwayomi/Suwayomi-Server/issues).
required: true
- label: I have written a short but informative title (ideally less than ~100 characters).
required: true
- label: I have gone through the [Suwayomi-Server wiki](https://github.com/Suwayomi/Suwayomi-Server/wiki) and [Discord FAQ and support](https://discord.gg/DDZdqZWaHA).
required: true
- label: I have updated the Suwayomi-WebUI and Suwayomi-Server to the latest versions (**[Suwayomi-WebUI](https://github.com/suwayomi/suwayomi-webui/releases/latest)**, **[Suwayomi-Server](https://github.com/suwayomi/suwayomi-server/releases/latest)**).
required: true
- label: I have filled out all of the requested information in this form, including specific version numbers.
required: true
- label: I understand that **Suwayomi does not have or fix any extensions**, and I **will not receive help** for any issues related to sources or extensions.
required: true