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
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,38 +6,33 @@ body:
6
6
attributes:
7
7
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
8
8
- type: input
9
-
id: laravel-version
10
9
attributes:
11
10
label: Laravel Version
12
11
description: Provide the Laravel version that you are using.
13
12
placeholder: 10.4.1
14
13
validations:
15
14
required: true
16
15
- type: input
17
-
id: php-version
18
16
attributes:
19
17
label: PHP Version
20
18
description: Provide the PHP version that you are using.
21
19
placeholder: 8.1.4
22
20
validations:
23
21
required: true
24
22
- type: input
25
-
id: database-version
26
23
attributes:
27
24
label: Database Driver & Version
28
25
description: If applicable, provide the database driver and version you are using.
29
26
placeholder: "MySQL 8.0.31 for macOS 13.0 on arm64 (Homebrew)"
30
27
validations:
31
28
required: false
32
29
- type: textarea
33
-
id: description
34
30
attributes:
35
31
label: Description
36
32
description: Provide a detailed description of the issue you are facing.
37
33
validations:
38
34
required: true
39
35
- type: textarea
40
-
id: reproduce
41
36
attributes:
42
37
label: Steps To Reproduce
43
38
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