Skip to content

Commit 4555a78

Browse files
Add question on if it reproduces in Edge to template
1 parent 729ea6c commit 4555a78

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.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: Does this bug repro in the Edge Browser?
110+
label: Repros in Edge Browser
111+
options:
112+
- No, it does not
113+
- Yes, it does
114+
- Not Applicable
115+
validations:
116+
required: true
106117
- id: regression
107118
type: dropdown
108119
attributes:

0 commit comments

Comments
 (0)