diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index b8ddc48524..ccbac28209 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -23,15 +23,15 @@ body: attributes: label: Snipe-IT Version description: What version of Snipe-IT are you seeing this issue on? You can find the version number in the footer of any page in Snipe-IT. - placeholder: ex. v8.3.1 - build 19577 (master) + placeholder: ex. v8.3.2 - 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 + description: What version of PHP are you running? You can find the version of PHP your webserver is running in the `Admin Settings` section in the footer, and the cli version by running `php -v` via command line . + placeholder: ex. v8.3.1 (web), PHP 8.4.12 (cli) validations: required: true - type: input