docs(github): add pull request template

This commit is contained in:
Mike
2021-10-04 11:39:23 -07:00
parent d4df37c500
commit 24b18f6422
2 changed files with 17 additions and 0 deletions

16
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,16 @@
## PR Checklist
<!-- Please check if your PR fulfills the following requirements: -->
- [ ] Unit Tests have been added for new changes
- [ ] API tests have been updated if applicable
- [ ] All commented code has been removed
- [ ] If you've added a dependency, you've ensured license is compatible with Apache 2.0 and clearly outlined the added dependency.
## What are you changing?
<!-- Please provide a short description of the updates that are in the PR -->
## Anything the reviewer should know when reviewing this PR?
### If the there are associated PRs in other repositories, please link them here (i.e. open-amt-cloud-toolkit/repo#365 )

1
vcpkg Submodule

Submodule vcpkg added at 5568f110b5