From c4b8210a7cc35f41228404ccce14765eecc6eaa2 Mon Sep 17 00:00:00 2001 From: Nathan Ward Date: Wed, 2 Jun 2021 21:07:56 +0000 Subject: [PATCH] Add PR Template (#2272) This is a first step at addressing #2256 via adding a pr template. --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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..7892ff102f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +# Objective + +- Describe the objective or issue this PR addresses. +- If you're fixing a specific issue, say "Fixes #X". + +## Solution + +- Describe the solution used to achieve the objective above.