We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd9c23 commit 38ae1d7Copy full SHA for 38ae1d7
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -18,16 +18,12 @@ body:
18
19
---
20
21
- - type: dropdown
+ - type: input
22
id: php-version
23
attributes:
24
label: PHP Version
25
- description: Which PHP versions did you run your code?
26
- multiple: true
27
- options:
28
- - '7.4'
29
- - '8.0'
30
- - '8.1'
+ description: |
+ e.g. 8.1.8
31
validations:
32
required: true
33
0 commit comments