From 1d5ed8345f12a101795c2ad4aa05689531f89d5e Mon Sep 17 00:00:00 2001 From: Laura Watson Date: Thu, 17 Oct 2019 13:37:36 +0100 Subject: [PATCH] add a PR template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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 0000000..3eda872 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## Problem + +## Solution + +### Related Issues + +### Checklist +- [ ] Added tests +- [ ] Changelog updated + +### Steps to Test or Reproduce +Outline the steps to test or reproduce the PR here. \ No newline at end of file