Skip to content

Commit ce2acec

Browse files
authored
Add checkbox for sample app repro
1 parent 6d0ec2a commit ce2acec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ body:
2525
placeholder:
2626
validations:
2727
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
2836
- type: textarea
2937
id: repro-steps
3038
validations:

0 commit comments

Comments
 (0)