Skip to content

Commit 9334b8d

Browse files
authored
Improve Bug Report template details
Updated version placeholders and descriptions for clarity.
1 parent e0bc2ae commit 9334b8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/Bug-Report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ body:
2323
attributes:
2424
label: Snipe-IT Version
2525
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.
26-
placeholder: ex. v8.3.1 - build 19577 (master)
26+
placeholder: ex. v8.3.2 - build 19577 (master)
2727
validations:
2828
required: true
2929
- type: input
3030
id: php-version
3131
attributes:
3232
label: PHP Version
33-
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.
34-
placeholder: ex. v8.3.1
33+
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 .
34+
placeholder: ex. v8.3.1 (web), PHP 8.4.12 (cli)
3535
validations:
3636
required: true
3737
- type: input

0 commit comments

Comments
 (0)