From c41ecf49e0b316906813d5d0a5a799d5431addeb Mon Sep 17 00:00:00 2001 From: Ahmed Jazzar Date: Wed, 17 Mar 2021 12:06:12 -0700 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 000000000000..17bdd71b8c95 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,14 @@ +### Overview + +- What sparked this PR? +- What problem does it solve? +- Why is it useful? + +### Release notes + +*Provide a description that will make sense to our customers.* + +### Other + +- [ ] Docs? +- [ ] Tests?