You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,25 @@ assignees: ''
7
7
8
8
---
9
9
10
-
<!--
11
-
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
12
-
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
13
-
-->
10
+
<!-- 🚨 Please Do Not skip any instructions and information mentioned below as they are all required and essential to investigate the issue. Issues with missing information may be closed without investigation 🚨 -->
14
11
15
12
## Describe the bug
16
13
A clear and concise description of what the bug is.
17
14
18
15
-[ ] Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
19
16
20
17
## Steps to Reproduce
18
+
19
+
-[ ] 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. -->
20
+
21
21
Steps to reproduce the behavior:
22
-
1. Go to '...'
23
-
2. Click on '....'
24
-
3. Scroll down to '....'
25
-
4. See error
22
+
1. Given the following environment (Sample App w/ XAML, Project with Isolated setup, etc...)
23
+
2. Go to '...'
24
+
3. Click on '....'
25
+
4. Scroll down to '....'
26
+
5. See error
27
+
28
+
<!-- Provide as many code-snippets or XAML snippets where appropriate. -->
26
29
27
30
## Expected behavior
28
31
A clear and concise description of what you expected to happen.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ assignees: ''
7
7
8
8
---
9
9
10
+
<!-- 🚨 Please provide detailed information and Do Not skip any instructions as they are all required and essential to help us understand the feature 🚨 -->
11
+
10
12
## Describe the problem this feature would solve
11
13
<!-- Please describe or link to any existing issues or discussions.
12
14
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/question.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Hi!
13
13
We try and keep our GitHub issue list for bugs and features.
14
14
15
15
Ideally, it'd be great to post your question on Stack Overflow using the 'windows-community-toolkit' tag here: https://stackoverflow.com/questions/tagged/windows-community-toolkit
16
+
🚨 Please provide detailed information that includes examples, screenshots, and relevant issues if possible 🚨
16
17
17
18
If this is more about a scenario that you think is missing documentation, please file an issue instead at https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs/issues/new
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!-- 🚨 Please Do Not skip any instructions and information mentioned below as they are all required and essential to evaluate and test the PR. By fulfilling all the required information you will be able to reduce the volume of questions and most likely help merge the PR faster 🚨 -->
2
+
1
3
## Fixes #
2
4
<!-- Add the relevant issue number after the "#" mentioned above (for ex: Fixes #1234) which will automatically close the issue once the PR is merged. -->
3
5
@@ -38,7 +40,7 @@ Please check if your PR fulfills the following requirements:
38
40
-[ ] Contains **NO** breaking changes
39
41
40
42
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
41
-
Please note that breaking changes are likely to be rejected. -->
43
+
Please note that breaking changes are likely to be rejected within minor release cycles or held until major versions. -->
0 commit comments