8000 Update 1_Bug_report.md · KornaLaravel/laravel-tinker@3de9916 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3de9916

Browse files
authored
Update 1_Bug_report.md
1 parent 0d28eaa commit 3de9916

File tree

1 file changed

+47
-20
lines changed

1 file changed

+47
-20
lines changed
Lines changed: 47 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,47 @@
1-
---
2-
name: "Bug report"
3-
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-
- Tinker 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+
body:
4+
- type: markdown
5+
attributes:
6+
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
7+
- type: input
8+
attributes:
9+
label: Tinker Version
10+
description: Provide the Tinker version that you are using.
11+
placeholder: 1.6.1
12+
validations:
13+
required: true
14+
- type: input
15+
attributes:
16+
label: Laravel Version
17+
description: Provide the Laravel version that you are using.
18+
placeholder: 10.4.1
19+
validations:
20+
required: true
21+
- type: input
22+
attributes:
23+
label: PHP Version
24+
description: Provide the PHP version that you are using.
25+
placeholder: 8.1.4
26+
validations:
27+
required: true
28+
- type: input
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)"
33+
validations:
34+
required: false
35+
- type: textarea
36+
attributes:
37+
label: Description
38+
description: Provide a detailed description of the issue you are facing.
39+
validations:
40+
required: true
41+
- type: textarea
42+
attributes:
43+
label: Steps To Reproduce
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"`.
45+
validations:
46+
required: true
47+

0 commit comments

Comments
 (0)
0