Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit b1aa109

Browse files
committed
Update bug issue template
1 parent d879140 commit b1aa109

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ body:
1010
---
1111
1212
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
13+
- type: input
14+
id: package
15+
attributes:
16+
label: Laravel Form Components Version
17+
description: Which version of the package are you using?
18+
placeholder: v6.0.0
19+
validations:
20+
required: true
21+
- type: input
22+
id: laravel
23+
attributes:
24+
label: Laravel Version
25+
description: Please provide the full Laravel version of your project.
26+
placeholder: v8.6.1
27+
validations:
28+
required: true
1329
- type: textarea
1430
id: bug-description
1531
attributes:
@@ -28,15 +44,3 @@ body:
2844
label: Relevant log output
2945
description: If applicable, provide relevant log (error) output. No need for backticks here.
3046
render: shell
31-
- type: input
32-
id: os
33-
attributes:
34-
label: Operating system
35-
description: "Which operating system do you use? Please provide the version as we well."
36-
placeholder: "macOS Big Sur 11.5.2"
37-
- type: input
38-
id: browser
39-
attributes:
40-
label: Browser
41-
description: "Which browser are you using? Please provide the version as well."
42-
placeholder: "Chrome 82.0.1"

0 commit comments

Comments
 (0)