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/1_Bug_report.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ body:
27
27
required: true
28
28
- type: input
29
29
attributes:
30
-
label: Database Driver & Version
31
-
description: If applicable, provide the database driver and version you are using.
32
-
placeholder: "MySQL 8.0.31 for macOS 13.0 on arm64 (Homebrew)"
30
+
label: System Info
31
+
description: Provide your system details including OS, PHP setup, and development environment.
32
+
placeholder: "macOS 14.1 (M1) with Herd or Ubuntu 22.04 with Laravel Sail"
33
33
validations:
34
-
required: false
34
+
required: true
35
35
- type: textarea
36
36
attributes:
37
37
label: Description
@@ -44,4 +44,4 @@ body:
44
44
description: Provide detailed steps to reproduce your issue. If necessary, please provide a GitHub repository to demonstrate your issue using `laravel new bug-report --github="--public"`.
0 commit comments