Skip to content

Commit 21245b8

Browse files
authored
Update 1_bug_report.yml
1 parent c32958c commit 21245b8

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
- Other (specify if possible)
2222
validations:
2323
required: false
24-
- type: input
24+
- type: textarea
2525
attributes:
2626
label: Describe the bug
2727
description: A clear and concise description of what the bug is.
@@ -34,7 +34,7 @@ body:
3434
value: "### Steps:\n\n1.\n\n2.\n\n3.\n\n### Snippet:\n\n```js\n\n// Paste your code here :)\n\n```\n"
3535
validations:
3636
required: true
37-
- type: input
37+
- type: textarea
3838
attributes:
3939
label: Expected behavior
4040
description: A clear and concise description of what you expected to happen.
@@ -46,6 +46,20 @@ body:
4646
description: If applicable, add a screenshot or screen capture to help explain your problem.
4747
validations:
4848
required: false
49+
- type: dropdown
50+
id: Browser
51+
attributes:
52+
label: Browser
53+
description: In which browser(s) have you observed this issue?
54+
multiple: true
55+
options:
56+
- Firefox
57+
- Chrome
58+
- Safari
59+
- Microsoft Edge
60+
- Other (please specify)
61+
validations:
62+
required: false
4963
- type: input
5064
attributes:
5165
label: Browser version

0 commit comments

Comments
 (0)