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:
- Jellyfin
- Plex
validations:
required: true
- type: input
id: device
@@ -89,6 +91,8 @@ body:
label: Device Information
description: What device are you using?
placeholder: e.g., iPhone 14 Pro, Pixel 7, Chrome on macOS
validations:
required: true
- type: textarea
id: logs
+7 -2
View File
@@ -41,6 +41,8 @@ body:
1. As a user, I would...
2. This would help me...
3. The benefit would be...
validations:
required: true
- type: dropdown
id: platform
@@ -57,17 +59,20 @@ body:
- tvOS
- Linux
- All platforms
validations:
required: true
- type: dropdown
id: media-server
attributes:
label: Media Server
description: Is this for Jellyfin, Plex, or both?
description: Which media server(s) is this for?
multiple: true
options:
- Jellyfin
- Plex
- Both
validations:
required: true
- type: textarea
id: additional