Skip to content

Commit f5d795b

Browse files
authored
Update bug.yml
1 parent fbd20a6 commit f5d795b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ body:
5252
placeholder: An Error Message.
5353
validations:
5454
required: true
55-
- type: markdown
56-
attributes:
57-
value: Describe the Bug, put videos, images or anything that can describe the bug.
55+
- type: textarea
56+
id: describingbug
57+
attributes:
58+
label: Describe the Bug
59+
description: Use images, text or videos to describe the bug.
60+
validations:
61+
required: true
5862

0 commit comments

Comments
 (0)