Skip to content

Commit 3479946

Browse files
committed
Added required field for images in the bug report.
1 parent a490cf7 commit 3479946

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug request
1+
name: Bug report
22
description: Create a report to help us improve
33
body:
44
- type: input
@@ -24,3 +24,9 @@ body:
2424
description: List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues
2525
validations:
2626
required: true
27+
- type: textarea
28+
attributes:
29+
label: Images
30+
description: Please upload images that can be used to reproduce issues in the area below. If the file type is not supported the file can be zipped and then uploaded instead. When you cannot provide an image that can be used to reproduce the issue, please provide an explanation why this is not possible.
31+
validations:
32+
required: true

0 commit comments

Comments
 (0)