Skip to content

Commit d8a1344

Browse files
committed
fix
1 parent 845a432 commit d8a1344

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/DISCUSSION_TEMPLATE/bugs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,24 @@ body:
1515
validations:
1616
required: true
1717

18-
- type: input
18+
- type: dropdown
1919
id: check-latest-lychee-version
2020
attributes:
2121
label: Did you check the latest Lychee version?
2222
description: If you are not using the latest version, please update and check if the bug still exists.
23+
multiple: false
2324
options:
2425
- Yes
2526
- No
27+
default: No
2628
validations:
2729
required: true
2830

2931
- type: dropdown
3032
id: php-version
3133
attributes:
3234
label: Which PHP version are you using?
35+
multiple: false
3336
options:
3437
- PHP 8.4
3538
- PHP 8.3

0 commit comments

Comments
 (0)