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/PULL_REQUEST_TEMPLATE.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
## Fixes #
2
-
<!-- Link to relevant issue (for ex: #1234) which will automatically close the issue once the PR is merged -->
1
+
## Fixes #<!-- Link to relevant issue (for ex: #1234) which will automatically close the issue once the PR is merged -->
2
+
3
+
<!-- Add a brief overview here of the feature/bug & fix -->
3
4
4
5
## PR Type
5
6
What kind of change does this PR introduce?
@@ -20,6 +21,7 @@ What kind of change does this PR introduce?
20
21
21
22
22
23
## What is the new behavior?
24
+
<!-- Describe how was this issue resolved or changed? -->
23
25
24
26
25
27
## PR Checklist
@@ -32,9 +34,9 @@ Please check if your PR fulfills the following requirements:
32
34
-[ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/windows-toolkit/WindowsCommunityToolkit-design-assets)
33
35
-[ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
34
36
-[ ] Header has been added to all new source files (run *build/UpdateHeaders.bat*)
37
+
-[ ] If new feature, add to [Feature List](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/readme.md#-features)
35
38
-[ ] Contains **NO** breaking changes
36
39
37
-
38
40
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
39
41
Please note that breaking changes are likely to be rejected -->
0 commit comments