Skip to content

Commit 5e875b1

Browse files
authored
Merge pull request #29 from windows-toolkit/Kyaa-dost-GraphControl-PRTemplate
Create PULL_REQUEST_TEMPLATE.md
2 parents 6504104 + caa2f5c commit 5e875b1

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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](https://github.com/windows-toolkit/Graph-Controls/blob/master/README.md)
30+
- [ ] Sample in sample app has been added / updated (for bug fixes / features)
31+
- [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/windows-toolkit/WindowsCommunityToolkit-design-assets)
32+
- [ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
33+
- [ ] Header has been added to all new source files (run *build/UpdateHeaders.bat*)
34+
- [ ] Contains **NO** breaking changes
35+
36+
37+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
38+
Please note that breaking changes are likely to be rejected -->
39+
40+
41+
## Other information

0 commit comments

Comments
 (0)