Fix Placeholder [NN]

This commit is contained in:
Hari Chalise 2025-01-20 20:58:12 +05:45
parent fff2f62ec1
commit 527636a8da

View File

@ -19,7 +19,6 @@ body:
- Fedora - Fedora
- Debian - Debian
- Other - Other
placeholder: Select your distribution
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -34,7 +33,6 @@ body:
- Hyprland - Hyprland
- i3 - i3
- Other - Other
placeholder: Select your DE/WM
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -46,15 +44,13 @@ body:
- X11 - X11
- Wayland - Wayland
- Other - Other
placeholder: Select your windowing system
validations: validations:
required: true required: true
- type: input - type: input
id: linutil-version id: linutil-version
attributes: attributes:
label: Linutil Version label: Linutil Version
description: Provide the version of Linutil (found at the top of the list in the application or by running `linutil --version`). description: Linutil version (found above the list within linutil):.
placeholder: e.g., 1.2.3
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -67,7 +63,6 @@ body:
- prerelease - prerelease
- master - master
- other - other
placeholder: Select your branch
validations: validations:
required: true required: true
- type: textarea - type: textarea