Skip to content

Commit 10e18d3

Browse files
Merge pull request #324 from MicrosoftDocs/PR-Template
Create Pull Request Template
2 parents c9bf2d4 + 8fbceaf commit 10e18d3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!-- When opening a PR, start by forking this repository. Then, based on the type of change you're making you'll need to create a new branch from either the `master` or `live` branches:
2+
3+
For documentation for new features, please base your fork off the master branch.
4+
5+
If you have a typo or existing document improvement to an already shipped feature, please base your change off of the [live branch](https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs/tree/live). This will allow us to get the change to the published documentation between releases.
6+
7+
We will periodically merge updates from the live branch to master to keep master in-sync with the published docs. When we make a new release, we will push master to the live branch in order to publish documentation for new features.
8+
9+
Documentation Links
10+
**This link is currently only available for Microsoft Employees** - [Staging review from 'master' branch](https://review.docs.microsoft.com/windows/communitytoolkit/?branch=master)
11+
- [Live site from 'live' branch](https://docs.microsoft.com/windows/communitytoolkit) -->
12+
13+
## Fixes # <!-- Link to a relevant issue # in this docs repository (if any, otherwise remove this line) -->
14+
## Docs for Toolkit PR [#](https://github.com/windows-toolkit/WindowsCommunityToolkit/pulls/#) <!-- Link to relevant issue or Feature PR # of the Windows Community Toolkit repo which will create a reference to the associated issue and PR once it is created, remove if not tied to an issue or feature -->
15+
16+
## What changes to the docs does this PR provide?
17+
<!-- Please describe the updated information in detail -->
18+
19+
## PR Checklist
20+
21+
Please check if your PR fulfills the following requirements:
22+
23+
- [ ] Correctly picked the right branch to base the change off (`master` for new features, `live` for typos/improvements)
24+
- [ ] For new pages, used the [provided template](https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs/blob/master/docs/.template.md)
25+
- [ ] For new features, added an entry in the [Table of Contents](https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs/blob/master/docs/toc.md)
26+
- [ ] Ran against a spell and grammar checker
27+
- [ ] Contains **NO** breaking changes
28+
29+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
30+
Please note that breaking changes are likely to be rejected. -->
31+
32+
33+
## Other information

0 commit comments

Comments
 (0)