mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 06:35:41 +00:00
Fix Placeholder [NN]
This commit is contained in:
parent
fff2f62ec1
commit
527636a8da
7
.github/ISSUE_TEMPLATE/bug-reports.yml
vendored
7
.github/ISSUE_TEMPLATE/bug-reports.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user