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 6d0ec2a commit ce2acecCopy full SHA for ce2acec
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -25,6 +25,14 @@ body:
25
placeholder:
26
validations:
27
required: false
28
+- type: checkboxes
29
+ id: reproducable-in-sample-app
30
+ attributes:
31
+ label: Reproducible in sample app?
32
+ description: Can this be reproduced in the Sample App? (Either in a sample as-is or with new XAML pasted in the editor.)
33
+ options:
34
+ - label: This bug can be reproduced in the sample app.
35
+ required: false
36
- type: textarea
37
id: repro-steps
38
0 commit comments