From e5ff70f60678e6e188622051b678059f130da3a8 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 1 Jul 2020 11:20:46 -0700 Subject: [PATCH] Add pull request template Based on the PR template used by xpring-eng: https://raw.githubusercontent.com/xpring-eng/.github/master/.github/pull_request_template.md --- .github/pull_request_template.md | 55 ++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..ca7367b875 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,55 @@ + + +## High Level Overview of Change + + + +### Context of Change + + + +### Type of Change + + + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Refactor (non-breaking change that only restructures code) +- [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) +- [ ] Documentation Updates +- [ ] Release + + + + + +