Skip to content

Commit 2e07695

Browse files
authored
Update Bug_report.yml
1 parent e45ed77 commit 2e07695

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,33 @@ body:
66
attributes:
77
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
88
- type: input
9-
id: laravel-version
109
attributes:
1110
label: Laravel Version
1211
description: Provide the Laravel version that you are using.
1312
placeholder: 10.4.1
1413
validations:
1514
required: true
1615
- type: input
17-
id: php-version
1816
attributes:
1917
label: PHP Version
2018
description: Provide the PHP version that you are using.
2119
placeholder: 8.1.4
2220
validations:
2321
required: true
2422
- type: input
25-
id: database-version
2623
attributes:
2724
label: Database Driver & Version
2825
description: If applicable, provide the database driver and version you are using.
2926
placeholder: "MySQL 8.0.31 for macOS 13.0 on arm64 (Homebrew)"
3027
validations:
3128
required: false
3229
- type: textarea
33-
id: description
3430
attributes:
3531
label: Description
3632
description: Provide a detailed description of the issue you are facing.
3733
validations:
3834
required: true
3935
- type: textarea
40-
id: reproduce
4136
attributes:
4237
label: Steps To Reproduce
4338
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

Comments
 (0)