We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845a432 commit d8a1344Copy full SHA for d8a1344
1 file changed
.github/DISCUSSION_TEMPLATE/bugs.yml
@@ -15,21 +15,24 @@ body:
15
validations:
16
required: true
17
18
- - type: input
+ - type: dropdown
19
id: check-latest-lychee-version
20
attributes:
21
label: Did you check the latest Lychee version?
22
description: If you are not using the latest version, please update and check if the bug still exists.
23
+ multiple: false
24
options:
25
- Yes
26
- No
27
+ default: No
28
29
30
31
- type: dropdown
32
id: php-version
33
34
label: Which PHP version are you using?
35
36
37
- PHP 8.4
38
- PHP 8.3
0 commit comments