[skip ci] Align bug issue template with server

- Same sort order
- Add database field
- Add server desktop environment field
This commit is contained in:
schroda
2025-09-28 23:26:31 +02:00
committed by GitHub
parent 741426173a
commit 207564cd4b

View File

@@ -36,16 +36,6 @@ body:
validations: validations:
required: true required: true
- type: input
id: suwayomi-webui-version
attributes:
label: Suwayomi-WebUI version
description: You can find your Suwayomi-WebUI version in **More → About**.
placeholder: |
Example: "r1689 STABLE | r2401 PREVIEW"
validations:
required: true
- type: input - type: input
id: suwayomi-server-version id: suwayomi-server-version
attributes: attributes:
@@ -56,6 +46,46 @@ body:
validations: validations:
required: true 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: input
id: suwayomi-webui-version
attributes:
label: Suwayomi-WebUI version
description: You can find your Suwayomi-WebUI version in **More → About**.
placeholder: |
Example: "r1689 STABLE | r2401 PREVIEW"
validations:
required: true
- type: input - type: input
id: client-browser id: client-browser
attributes: attributes:
@@ -76,26 +106,6 @@ body:
validations: validations:
required: true 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-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 - type: textarea
id: other-details id: other-details
attributes: attributes: