Skip to content

Commit a784f24

Browse files
authored
Update and rename 1_Bug_report.md to 1_Bug_report.yml
1 parent 0b62e2d commit a784f24

File tree

2 files changed

+82
-20
lines changed

2 files changed

+82
-20
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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: Vite Plugin Version
10+
description: Provide the Vite Plugin 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: Node Version
24+
description: Provide the Node version that you are using.
25+
placeholder: 10.1.0
26+
validations:
27+
required: true
28+
- type: input
29+
attributes:
30+
label: NPM Version
31+
description: Provide the NPM version that you are using.
32+
placeholder: 8.1.4
33+
validations:
34+
required: true
35+
- type: dropdown
36+
attributes:
37+
label: Operating System
38+
description: What operating system are you using? Any OS not listed here is currently not supported.
39+
options:
40+
- macOS
41+
- Windows (WSL)
42+
- Linux
43+
validations:
44+
required: true
45+
- type: input
46+
attributes:
47+
label: OS Version
48+
description: Provide the operation version
49+
placeholder: 8.1.4
50+
validations:
51+
required: true
52+
- type: input
53+
attributes:
54+
label: Web browser and version
55+
description: Provide the browser type and version you're using to reproduce the bug.
56+
placeholder: Google Chrome Version 111.0.5563.146 (Official Build) (arm64)
57+
validations:
58+
required: true
59+
- type: dropdown
60+
attributes:
61+
label: Running in Sail?
62+
description: Please indicate if you're running your app and commands in Sail or a custom Docker setup.
63+
options:
64+
- No
65+
- Sail
66+
- Custom Docker
67+
validations:
68+
required: true
69+
- type: textarea
70+
attributes:
71+
label: Description
72+
description: Provide a detailed description of the issue you are facing.
73+
validations:
74+
required: true
75+
- type: textarea
76+
attributes:
77+
label: Steps To Reproduce
78+
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"`.
79+
validations:
80+
required: true
81+
82+

0 commit comments

Comments
 (0)