Skip to content

Commit 8004035

Browse files
Minor tweaks to PR template for clarity
Request features be added to readme as well
1 parent a4710a7 commit 8004035

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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 -->
34

45
## PR Type
56
What kind of change does this PR introduce?
@@ -20,6 +21,7 @@ What kind of change does this PR introduce?
2021

2122

2223
## What is the new behavior?
24+
<!-- Describe how was this issue resolved or changed? -->
2325

2426

2527
## PR Checklist
@@ -32,9 +34,9 @@ Please check if your PR fulfills the following requirements:
3234
- [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/windows-toolkit/WindowsCommunityToolkit-design-assets)
3335
- [ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
3436
- [ ] 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)
3538
- [ ] Contains **NO** breaking changes
3639

37-
3840
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
3941
Please note that breaking changes are likely to be rejected -->
4042

0 commit comments

Comments
 (0)