We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 729ea6c + 2ddf214 commit f5e430dCopy full SHA for f5e430d
.github/ISSUE_TEMPLATE/Bug report form.yml
@@ -103,6 +103,17 @@ body:
103
label: Repro steps
104
validations:
105
required: true
106
+- id: repro-in-edge
107
+ type: dropdown
108
+ attributes:
109
+ description: Is this issue reproducible in the Edge or Chrome browsers?
110
+ label: Repros in Edge Browser
111
+ options:
112
+ - 'No'
113
+ - 'Yes'
114
+ - Not Applicable
115
+ validations:
116
+ required: true
117
- id: regression
118
type: dropdown
119
attributes:
0 commit comments