From 9b16369f2d0692eb0a4f659b6e8c891de74e8915 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 7 Jan 2021 16:18:36 +1300 Subject: [PATCH] Minimal changes for a PR --- .github/pull_request_template.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5028d2b..ee64c1a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ -Thank you for the pull request! :heart: - ## Description @@ -11,8 +9,6 @@ Thank you for the pull request! :heart: ## How Has This Been Tested? - - ## Screenshots (if appropriate): @@ -29,5 +25,3 @@ Thank you for the pull request! :heart: - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have read the **CONTRIBUTING** document. -- [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed.