Skip to content

Commit e14c688

Browse files
authored
Update and rename 1_Bug_report.md to 1_Bug_report.yml
1 parent 71c7010 commit e14c688

File tree

2 files changed

+56
-21
lines changed

2 files changed

+56
-21
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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: Echo Version
11+
description: Provide the Echo version that you are using.
12+
placeholder: 1.15.0
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: NPM Version
32+
description: Provide the NPM version that you are using.
33+
placeholder: 7.2.3
34+
validations:
35+
required: true
36+
- type: input
37+
attributes:
38+
label: Database Driver & Version
39+
description: If applicable, provide the database driver and version you are using.
40+
placeholder: "MySQL 8.0.31 for macOS 13.0 on arm64 (Homebrew)"
41+
validations:
42+
required: false
43+
- type: textarea
44+
attributes:
45+
label: Description
46+
description: Provide a detailed description of the issue you are facing.
47+
validations:
48+
required: true
49+
- type: textarea
50+
attributes:
51+
label: Steps To Reproduce
52+
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"`.
53+
validations:
54+
required: true
55+
56+

0 commit comments

Comments
 (0)