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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,13 +58,13 @@ body:
58
58
- type: textarea
59
59
attributes:
60
60
label: What is the problem?
61
-
description: Please provide a clear and concise description of what the problem is and include screenshots.
61
+
description: Please provide a clear and concise description of what the problem is.
62
62
validations:
63
63
required: true
64
64
65
65
- type: textarea
66
66
attributes:
67
-
label: Code snippets
67
+
label: Code snippets to replicate the problem
68
68
description: Please include a code snippet (ideally a Volt component) we can copy and paste into our own apps with steps to reproduce. Be sure to **include any Blade variable definitions** that are used and use as little code as possible to reproduce the issue.
69
69
validations:
70
70
required: true
@@ -78,6 +78,13 @@ body:
78
78
// Your code here
79
79
\```
80
80
81
+
- type: textarea
82
+
attributes:
83
+
label: Screenshots/ screen recordings of the problem
84
+
description: Please provide screenshots or screen recordings of the issue so we can see what's happening.
0 commit comments