diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index e376d50080..b8ddc48524 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -26,6 +26,22 @@ body: placeholder: ex. v8.3.1 - build 19577 (master) validations: required: true + - type: input + id: php-version + attributes: + label: PHP Version + 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. + placeholder: ex. v8.3.1 + validations: + required: true + - type: input + id: composer-version + attributes: + label: Composer Version + description: What version of composer are you running? You can find the version number by running `composer --version`. + placeholder: ex. 2.8.10 + validations: + required: true - type: input id: db-version attributes: @@ -48,6 +64,16 @@ body: - Not sure validations: required: true + - type: dropdown + id: upgrade-or-fresh + attributes: + label: Is this a fresh install or an upgrade? + options: + - Fresh install + - Upgrade + - NA + validations: + required: true - type: textarea id: what-happened attributes: