Skip to content

Commit 6d53bef

Browse files
authored
chore: update template for bug reports (#2221)
1 parent 62fe35d commit 6d53bef

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ body:
1414
options:
1515
- label: I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-ui/discussions).
1616
required: true
17+
- label: I have tried disabling all browser extensions or using a different browser
18+
required: true
19+
- label: I have tried deleting the node_modules folder and reinstalling my dependencies
20+
required: true
1721
- label: I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-ui/blob/main/CONTRIBUTING.md#bug-reports).
1822
required: true
1923

@@ -55,6 +59,16 @@ body:
5559
description: Specify your build system (Create React App / Next.js / Vite / Parcel / Webpack (4/5) etc).
5660
validations:
5761
required: true
62+
- type: dropdown
63+
id: browsers
64+
attributes:
65+
label: What browsers are you seeing the problem on?
66+
multiple: true
67+
options:
68+
- Firefox
69+
- Chrome
70+
- Safari
71+
- Microsoft Edge
5872
- type: textarea
5973
attributes:
6074
label: Please describe your bug.

0 commit comments

Comments
 (0)