3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 09:15:48 +00:00

Improve Bug Report template details

Updated version placeholders and descriptions for clarity.
This commit is contained in:
snipe
2025-09-30 11:57:06 +01:00
committed by GitHub
parent e0bc2ae86f
commit 9334b8df47

View File

@ -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