Skip to content

Commit e0bc2ae

Browse files
authored
Add PHP and Composer version fields to bug report
1 parent 2f019bb commit e0bc2ae

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/Bug-Report.yml

Lines changed: 26 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 seeing this issue on? You can find the version number in the `Admin Settings` section in the footer.
34+
placeholder: ex. v8.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 running? You can find the version number by running `composer --version`.
42+
placeholder: ex. 2.8.10
43+
validations:
44+
required: true
2945
- type: input
3046
id: db-version
3147
attributes:
@@ -48,6 +64,16 @@ body:
4864
- Not sure
4965
validations:
5066
required: true
67+
- type: dropdown
68+
id: upgrade-or-fresh
69+
attributes:
70+
label: Is this a fresh install or an upgrade?
71+
options:
72+
- Fresh install
73+
- Upgrade
74+
- NA
75+
validations:
76+
required: true
5177
- type: textarea
5278
id: what-happened
5379
attributes:

0 commit comments

Comments
 (0)