Skip to content

Commit 5fbad04

Browse files
committed
chore: installation method checkbox
1 parent b9cfaa6 commit 5fbad04

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,22 @@ body:
1515
required: true
1616
- label: I did not manually copy any configuration or shader files from the repository.
1717
required: true
18-
- type: input
18+
- type: dropdown
1919
attributes:
2020
label: Installation method
21-
description: How you installed Hyprshade (e.g. AUR, Nixpkgs, `pipx`)
22-
placeholder: AUR - `hyprshade`
21+
description: How you installed Hyprshade
22+
options:
23+
- AUR - `hyprshade`
24+
- AUR - `hyprshade-git`
25+
- Nixpkgs
26+
- "`pipx`"
27+
- Other (describe below)
28+
- type: input
29+
attributes:
30+
label: Other installation method
31+
description: If you picked "Other" for installation method above, please describe.
2332
validations:
24-
required: true
33+
required: false
2534
- type: input
2635
attributes:
2736
label: Linux distribution

0 commit comments

Comments
 (0)