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
about: "Report something that's broken. Please ensure your Laravel version is still supported: https://laravel.com/docs/releases#support-policy"
4
-
---
5
-
6
-
<!-- DO NOT THROW THIS AWAY -->
7
-
<!-- Fill out the FULL versions with patch versions -->
8
-
9
-
- Passport Version: #.#.#
10
-
- Laravel Version: #.#.#
11
-
- PHP Version: #.#.#
12
-
- Database Driver & Version:
13
-
14
-
### Description:
15
-
16
-
17
-
### Steps To Reproduce:
18
-
19
-
<!-- If possible, please provide a GitHub repository to demonstrate your issue -->
20
-
<!-- laravel new bug-report --github="--public" -->
1
+
name: Bug Report
2
+
description: "Report a general library issue."
3
+
labels: ["bug"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
8
+
- type: input
9
+
attributes:
10
+
label: Passport Version
11
+
description: Provide the Passport version that you are using.
12
+
placeholder: 10.0.1
13
+
validations:
14
+
required: true
15
+
- type: input
16
+
attributes:
17
+
label: Laravel Version
18
+
description: Provide the Laravel version that you are using.
19
+
placeholder: 10.4.1
20
+
validations:
21
+
required: true
22
+
- type: input
23
+
attributes:
24
+
label: PHP Version
25
+
description: Provide the PHP version that you are using.
26
+
placeholder: 8.1.4
27
+
validations:
28
+
required: true
29
+
- type: input
30
+
attributes:
31
+
label: Database Driver & Version
32
+
description: If applicable, provide the database driver and version you are using.
33
+
placeholder: "MySQL 8.0.31 for macOS 13.0 on arm64 (Homebrew)"
34
+
validations:
35
+
required: false
36
+
- type: textarea
37
+
attributes:
38
+
label: Description
39
+
description: Provide a detailed description of the issue you are facing.
40
+
validations:
41
+
required: true
42
+
- type: textarea
43
+
attributes:
44
+
label: Steps To Reproduce
45
+
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