From e0bc2ae86fcd2e9c91336aca0a1f398a14965d54 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 30 Sep 2025 11:45:55 +0100 Subject: [PATCH] Add PHP and Composer version fields to bug report --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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: