From 6a737b34c84f209b73c1b1835010aa7eb55ad4df Mon Sep 17 00:00:00 2001 From: bsavery Date: Wed, 11 Nov 2020 09:45:14 -0800 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 000000000..a9581c904 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### PURPOSE +What this PR is made for. + +### EFFECT OF CHANGE +Changes made to project from the user's point of view. + +### TECHNICAL STEPS +Changes made to code. + +### NOTES FOR REVIEWERS +Notes, if needed.