We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44b0471 + 25436f7 commit 1dadc14Copy full SHA for 1dadc14
.github/ISSUE_TEMPLATE/Bug report form.yml
@@ -106,12 +106,11 @@ 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
options:
112
- - 'No'
113
- - 'Yes'
114
- - Not Applicable
+ - 'No, issue does not reproduce in the corresponding Edge version'
+ - 'Yes, issue can be reproduced in the corresponding Edge version'
115
validations:
116
required: true
117
- id: regression
0 commit comments