Skip to content

Commit e6eee9a

Browse files
authored
Enhance Bug Report template with PHP and Composer version
Added fields for PHP and Composer version inputs in the bug report template.
1 parent 75c8323 commit e6eee9a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/Bug-Report.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ body:
2626
placeholder: ex. v8.3.1 - build 19577 (master)
2727
validations:
2828
required: true
29+
- type: input
30+
id: php-version
31+
attributes:
32+
label: PHP version
33+
description: What version of PHP are you using?
34+
placeholder: ex. PHP 8.3.1
35+
validations:
36+
required: true
37+
- type: input
38+
id: composer-version
39+
attributes:
40+
label: Composer version
41+
description: What version of composer are you using?
42+
placeholder: ex. 2.8.10
43+
validations:
44+
required: true
2945
- type: input
3046
id: db-version
3147
attributes:

0 commit comments

Comments
 (0)