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:
6
.github/ISSUE_TEMPLATE/Bug-Report.yml
vendored
6
.github/ISSUE_TEMPLATE/Bug-Report.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user