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.
1 parent 14ea4da commit e0b1a0cCopy full SHA for e0b1a0c
.github/ISSUE_TEMPLATE/Bug report form.yml
@@ -106,11 +106,16 @@ body:
106
- id: repro-in-edge
107
type: dropdown
108
attributes:
109
- description: Is this issue reproducible in the Edge or Chrome browsers?
+ description: Does this issue reporduce in the Edge or Chrome browsers?
110
label: Repros in Edge Browser
111
+ multiple: true
112
options:
113
- 'No'
- - 'Yes'
114
+ - 'Yes, in Stable'
115
+ - 'Yes, in Beta'
116
+ - 'Yes, in Dev'
117
+ - 'Yes, in Canary'
118
+ - 'Yes, in Chrome'
119
- Not Applicable
120
validations:
121
required: true
0 commit comments