You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1.bug_report.yaml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ body:
14
14
options:
15
15
- 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).
16
16
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
17
21
- label: I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-ui/blob/main/CONTRIBUTING.md#bug-reports).
18
22
required: true
19
23
@@ -55,6 +59,16 @@ body:
55
59
description: Specify your build system (Create React App / Next.js / Vite / Parcel / Webpack (4/5) etc).
56
60
validations:
57
61
required: true
62
+
- type: dropdown
63
+
id: browsers
64
+
attributes:
65
+
label: What browsers are you seeing the problem on?
0 commit comments