From 9959ac26bb2564addaf77184868f072c576f95ad Mon Sep 17 00:00:00 2001 From: James Campbell Date: Wed, 22 Apr 2020 11:25:29 -0400 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE/default.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/default.md diff --git a/.github/PULL_REQUEST_TEMPLATE/default.md b/.github/PULL_REQUEST_TEMPLATE/default.md new file mode 100644 index 000000000000..6bfb43ca022d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/default.md @@ -0,0 +1,17 @@ +Fixes # . + +Changes proposed in this pull request: +- +- +- + + +After submitting your PR, CI checks will run and @tiny-tim-bot will check for your CLA signature. + +For nontrivial changes, we will conduct both a design review and a code review. Please tag a core team member for code +review, or leave blank and we will find someone for you! + +- [ ] Design Review (@jcampbell) +- [ ] Code Review + +Thank you for submitting!