Skip to content

Commit e0b1a0c

Browse files
Add channels to repros in edge browser
1 parent 14ea4da commit e0b1a0c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/ISSUE_TEMPLATE/Bug report form.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,16 @@ body:
106106
- id: repro-in-edge
107107
type: dropdown
108108
attributes:
109-
description: Is this issue reproducible in the Edge or Chrome browsers?
109+
description: Does this issue reporduce in the Edge or Chrome browsers?
110110
label: Repros in Edge Browser
111+
multiple: true
111112
options:
112113
- 'No'
113-
- 'Yes'
114+
- 'Yes, in Stable'
115+
- 'Yes, in Beta'
116+
- 'Yes, in Dev'
117+
- 'Yes, in Canary'
118+
- 'Yes, in Chrome'
114119
- Not Applicable
115120
validations:
116121
required: true

0 commit comments

Comments
 (0)