Review PR
Pages 40

About Windows Community Toolkit
-
Home
🏠 -
Welcome
🙏 -
Windows Community Toolkit
🧰 -
Features
📬 -
Principles
☑️ -
Roadmap
🗺 - .NET Foundation
- Why Microsoft supports this project
-
License
📄
Usage
Contribution
-
Discussions
👥 -
Submitting an Issue
✔️ -
Good First Issue
👌 -
Help Wanted
🙋 -
Bug Fixes
🐛 -
Feature Requests
📫 -
Create and Submit PullRequest
🚀 -
Documentation
📝 -
Review PR
📖 -
Avoid Roadblocks
🚧
Development/Testing
-
Quick Start
⚡ -
Required Dependencies
📌 -
Coding Style and Conventions
⚖ -
Testing
🧪 -
Sample Development
📱 -
Accessibility Guideline
♿ -
Building XAML Controls
🎛 -
Fabric Bot Services
🤖 -
CI and Infrastructure
👾
Project Structure
Clone this wiki locally
Reviewing PR’s is essential before merging any changes regarding bug fixes, features, doc improvements etc. You can find the current list of PR’s here.
Pre-requisites: Download Visual Studio 2017 or 2019, Install Windows Community Toolkit Sample App, Install Git, Install Hub
Steps to review PR
- Open Command Prompt or Windows Terminal
- Locate the place where you want the WCT clone to appear by using the cd path.
- Go to Windows Community Toolkit repository and click on Code button to copy the HTTPS or SSH URL.
- Paste the link in Command Prompt by following the Hub Command to Clone Windows Community Toolkit.
- Fork the repo by following the command.
- Checkout PR by using hub pr checkout Command
- Open the Visual Studio
- Click on “Open a project or solution”
- Locate the cloned repository folder in the local machine and select .sln file to open the solution.
- You will see the PR checkout branch in the bottom right corner of the Visual Studio page. (By default it should have been on the main branch but since the PR checkout command has been performed; therefore, it’s on the branch that is ready to be tested).
- Now run the Microsoft.Toolkit.Uwp.SampleApp and Open Windows Community Toolkit Sample App as well.
- Review and test the changes side by side.
- Once approved signoff by leaving feedback and results.
Overall, it is essential to make sure the PR is on the feature branch of the forked repository it does not contradict with any other changes. If it has multiple changes then make certain it is clearly stated in the PR Template with the detailed information and all the requirements of the PR checklist have been fulfilled.
It is also significant to watch if the PR contains any breaking changes or not. If the PR contains a breaking change, check for the detailed description of the impact and migration path for the existing application.
To Contribute to this Wiki
Fork the repo and Send the PR
Any changes to the wiki made directly here on GitHub will be overwritten by the wiki repo commits