You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Bug-Report.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,15 @@ body:
23
23
attributes:
24
24
label: Snipe-IT Version
25
25
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)
27
27
validations:
28
28
required: true
29
29
- type: input
30
30
id: php-version
31
31
attributes:
32
32
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 .
0 commit comments