Skip to content

Commit 912b4fb

Browse files
committed
Update issue template
1 parent a995f95 commit 912b4fb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ body:
5858
- type: textarea
5959
attributes:
6060
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.
6262
validations:
6363
required: true
6464

6565
- type: textarea
6666
attributes:
67-
label: Code snippets
67+
label: Code snippets to replicate the problem
6868
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.
6969
validations:
7070
required: true
@@ -78,6 +78,13 @@ body:
7878
// Your code here
7979
\```
8080
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.
85+
validations:
86+
required: true
87+
8188
- type: textarea
8289
attributes:
8390
label: How do you expect it to work?

0 commit comments

Comments
 (0)