Skip to content

Commit 49760c3

Browse files
Update Bug Submission Template to Ask about Reproducing Bugs in Sample App
1 parent 86b7de7 commit 49760c3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ A clear and concise description of what the bug is.
1818
- [ ] Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
1919

2020
## Steps to Reproduce
21+
22+
- [ ] Can this be reproduced in the Sample App? (Either in a sample as-is or with new XAML pasted in the editor.) If so, please provide custom XAML or steps to reproduce. If not, let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...) <!-- Being able to reproduce the problem in the sample app, really stream-lines the whole process in being able to discover, resolve, and validate bug fixes. -->
23+
2124
Steps to reproduce the behavior:
22-
1. Go to '...'
23-
2. Click on '....'
24-
3. Scroll down to '....'
25-
4. See error
25+
1. Given the following environment (Sample App w/ XAML, Project with Isolated setup, etc...)
26+
2. Go to '...'
27+
3. Click on '....'
28+
4. Scroll down to '....'
29+
5. See error
30+
31+
<!-- Provide as many code-snippets or XAML snippets where appropriate. -->
2632

2733
## Expected behavior
2834
A clear and concise description of what you expected to happen.

0 commit comments

Comments
 (0)