From 24b18f64228264dc139cf2bb0fcaab55fd597aaf Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 4 Oct 2021 11:39:23 -0700 Subject: [PATCH] docs(github): add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ vcpkg | 1 + 2 files changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 160000 vcpkg diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..26ceebc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## PR Checklist + + +- [ ] 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? + + + +## 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 ) diff --git a/vcpkg b/vcpkg new file mode 160000 index 0000000..5568f11 --- /dev/null +++ b/vcpkg @@ -0,0 +1 @@ +Subproject commit 5568f110b509a9fd90711978a7cb76bae75bb092