Skip to content

Commit e4f0d85

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 3189aeb commit e4f0d85

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Fixes #
2+
<!-- Link to relevant issue (for ex: #1234) which will automatically close the issue once the PR is merged -->
3+
4+
## PR Type
5+
What kind of change does this PR introduce?
6+
<!-- Please uncomment one ore more that apply to this PR -->
7+
8+
<!-- - Bugfix -->
9+
<!-- - Feature -->
10+
<!-- - Code style update (formatting) -->
11+
<!-- - Refactoring (no functional changes, no api changes) -->
12+
<!-- - Build or CI related changes -->
13+
<!-- - Documentation content changes -->
14+
<!-- - Sample app changes -->
15+
<!-- - Other... Please describe: -->
16+
17+
18+
## What is the current behavior?
19+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
20+
21+
22+
## What is the new behavior?
23+
24+
25+
## PR Checklist
26+
27+
Please check if your PR fulfills the following requirements:
28+
29+
- [ ] Tested code with current [supported SDKs](../readme.md#supported)
30+
- [ ] Pull Request has been submitted to the documentation repository [instructions](..\contributing.md#docs). Link: <!-- docs PR link -->
31+
- [ ] Sample in sample app has been added / updated (for bug fixes / features)
32+
- [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/windows-toolkit/WindowsCommunityToolkit-design-assets)
33+
- [ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
34+
- [ ] Header has been added to all new source files (run *build/UpdateHeaders.bat*)
35+
- [ ] Contains **NO** breaking changes
36+
37+
38+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
39+
Please note that breaking changes are likely to be rejected -->
40+
41+
42+
## Other information

0 commit comments

Comments
 (0)