Fix Some Stuffs

This commit is contained in:
Hari Chalise 2025-01-21 20:29:39 +05:45
parent e156939b8d
commit c1807a9c42

View File

@ -26,11 +26,9 @@ body:
- type: input - type: input
id: specify-distribution id: specify-distribution
attributes: attributes:
label: Specify Distribution label: Specify Distribution (if "Other" selected)
description: Specify the distribution if "Other" was selected above. description: Enter the name of your Linux distribution.
placeholder: Enter the name of your Linux distribution. placeholder: e.g., Manjaro, Pop!_OS
renderWhen:
distribution: "Other"
- type: dropdown - type: dropdown
id: de-wm id: de-wm
attributes: attributes:
@ -49,11 +47,9 @@ body:
- type: input - type: input
id: specify-de-wm id: specify-de-wm
attributes: attributes:
label: Specify Desktop Environment/Window Manager label: Specify Desktop Environment/Window Manager (if "Other" selected)
description: Specify the desktop environment or window manager if "Other" was selected above. description: Enter the name of your desktop environment or window manager.
placeholder: Enter the name of your DE/WM. placeholder: e.g., LXQt, Openbox
renderWhen:
de-wm: "Other"
- type: dropdown - type: dropdown
id: windowing-system id: windowing-system
attributes: attributes:
@ -69,16 +65,14 @@ body:
- type: input - type: input
id: specify-windowing-system id: specify-windowing-system
attributes: attributes:
label: Specify Windowing System label: Specify Windowing System (if "Other" selected)
description: Specify the windowing system if "Other" was selected above. description: Enter your windowing system.
placeholder: Enter your windowing system. placeholder: e.g., Mir
renderWhen:
windowing-system: "Other"
- type: input - type: input
id: linutil-version id: linutil-version
attributes: attributes:
label: Linutil Version label: Linutil Version
description: Linutil version (found above the list within linutil):. description: Linutil version (found above the list within linutil).
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -97,11 +91,9 @@ body:
- type: input - type: input
id: specify-branch id: specify-branch
attributes: attributes:
label: Specify Branch label: Specify Branch (if "Other" selected)
description: Specify the branch if "Other" was selected above. description: Enter the branch name.
placeholder: Enter the branch name. placeholder: e.g., feature/new-feature
renderWhen:
branch: "other"
- type: textarea - type: textarea
id: describe-bug id: describe-bug
attributes: attributes: