fix(templates): require substantive issue-form fields

This commit is contained in:
edde746
2026-05-30 07:33:06 +02:00
parent 23efb02636
commit 139eed9ca9
2 changed files with 11 additions and 2 deletions
+4
View File
@@ -82,6 +82,8 @@ body:
options: options:
- Jellyfin - Jellyfin
- Plex - Plex
validations:
required: true
- type: input - type: input
id: device id: device
@@ -89,6 +91,8 @@ body:
label: Device Information label: Device Information
description: What device are you using? description: What device are you using?
placeholder: e.g., iPhone 14 Pro, Pixel 7, Chrome on macOS placeholder: e.g., iPhone 14 Pro, Pixel 7, Chrome on macOS
validations:
required: true
- type: textarea - type: textarea
id: logs id: logs
+7 -2
View File
@@ -41,6 +41,8 @@ body:
1. As a user, I would... 1. As a user, I would...
2. This would help me... 2. This would help me...
3. The benefit would be... 3. The benefit would be...
validations:
required: true
- type: dropdown - type: dropdown
id: platform id: platform
@@ -57,17 +59,20 @@ body:
- tvOS - tvOS
- Linux - Linux
- All platforms - All platforms
validations:
required: true
- type: dropdown - type: dropdown
id: media-server id: media-server
attributes: attributes:
label: Media Server label: Media Server
description: Is this for Jellyfin, Plex, or both? description: Which media server(s) is this for?
multiple: true multiple: true
options: options:
- Jellyfin - Jellyfin
- Plex - Plex
- Both validations:
required: true
- type: textarea - type: textarea
id: additional id: additional