From 5b1dde772a38ff03fbc9861d4d8a3f730b69113a Mon Sep 17 00:00:00 2001 From: Laura Watson Date: Thu, 17 Oct 2019 14:27:07 +0100 Subject: [PATCH] Update pr template --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 3eda872..4fc530f 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,8 +1,11 @@ ## Problem +A clear and concise description of what the problem is. ## Solution +A clear and concise description of the solution. ### Related Issues +Links to any related issues. ### Checklist - [ ] Added tests