From e8dd7acc2ebca4b59410f0b666f100d9a1e547fc Mon Sep 17 00:00:00 2001 From: Jonathan McPherson Date: Mon, 10 Aug 2020 09:41:16 -0700 Subject: [PATCH] add pull request template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 00000000000..4aeff427719 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ + +### Intent + +> Describe briefly what problem this pull request resolves, or what new feature it introduces. Link to any Github issues that are related. + +### Approach + +> Describe the approach taken and the tradeoffs involved if non-obvious; add an overview of the solution if it's complicated. + +### QA Notes + +> Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. +