Skip to content

Commit 401d602

Browse files
authored
Merge branch 'main' into update/filament_guidelines
2 parents 0be3b06 + cf9f6eb commit 401d602

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ body:
2727
required: true
2828
- type: input
2929
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"
3333
validations:
34-
required: false
34+
required: true
3535
- type: textarea
3636
attributes:
3737
label: Description
@@ -44,4 +44,4 @@ body:
4444
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"`.
4545
validations:
4646
required: true
47-
47+

0 commit comments

Comments
 (0)