From fdbd00f9c099fa2aa3a7904d2c3a04b88e2e109c Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Tue, 1 Sep 2020 22:49:53 -0500 Subject: [PATCH] Update pull requests template * Add section for linked issues * Add checklist * Do NOT include CHANGELOG updates as part of the checklist --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f71127118..3c8ac29ff 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,3 +7,10 @@ + +Fixes #ISSUE + +**Checklist** + +- [ ] Unit tests updated +- [ ] End user documentation updated