Skip to content

Commit 81504ce

Browse files
Add extra requirements for controls to checklist
1 parent eff2ee5 commit 81504ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ What kind of change does this PR introduce?
3838
Please check if your PR fulfills the following requirements: <!-- and remove the ones that are not applicable to the current PR -->
3939

4040
- [ ] Tested code with current [supported SDKs](../#supported)
41-
- [ ] Pull Request has been submitted to the documentation repository [instructions](../blob/main/Contributing.md#docs). Link: <!-- docs PR link -->
41+
- [ ] New component
42+
- [ ] Pull Request has been submitted to the documentation repository [instructions](../blob/main/Contributing.md#docs). Link: <!-- docs PR link -->
43+
- [ ] Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
44+
- [ ] If control, added to Visual Studio Design project
4245
- [ ] Sample in sample app has been added / updated (for bug fixes / features)
4346
- [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/CommunityToolkit/WindowsCommunityToolkit-design-assets)
4447
- [ ] New major technical changes in the toolkit have or will be added to the [Wiki](https://github.com/CommunityToolkit/WindowsCommunityToolkit/wiki) e.g. build changes, source generators, testing infrastructure, sample creation changes, etc...
@@ -51,4 +54,4 @@ Please note that breaking changes are likely to be rejected within minor release
5154

5255
## Other information
5356

54-
<!-- Please add any other information that might be helpful to reviewers. -->
57+
<!-- Please add any other information that might be helpful to reviewers. -->

0 commit comments

Comments
 (0)