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 )