Skip to content

Commit f5e430d

Browse files
Merge pull request #4173 from MicrosoftEdge/victorhuangwq-patch-1
Add question on if it reproduces in Edge to template
2 parents 729ea6c + 2ddf214 commit f5e430d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE/Bug report form.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@ body:
103103
label: Repro steps
104104
validations:
105105
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
106117
- id: regression
107118
type: dropdown
108119
attributes:

0 commit comments

Comments
 (0)