From 8718d2c9da010df5c8c5e66c87a86c5e9b85358b Mon Sep 17 00:00:00 2001 From: chris johnston Date: Mon, 18 Mar 2019 21:42:38 +0000 Subject: [PATCH] chore: Removed PR template --- .github/PULL_REQUEST_TEMPLATE.md | 37 -------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index c6a35306..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,37 +0,0 @@ -**IMPORTANT: Please do not create a Pull Request without creating an issue first.** - -*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.* - - -Fixes #(issue) - -# Description - - - -## Type of change - -[ ] Bug fix (non-breaking change which fixes an issue) -[ ] New feature (non-breaking change which adds functionality) -[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -[ ] This change requires a documentation update - -# How Has This Been Tested? - - -# Checklist: -[ ] My code follows the style guidelines of this project -[ ] I have performed a self-review of my own code -[ ] I have commented my code, particularly in hard-to-understand areas -[ ] I have made corresponding changes to the documentation -[ ] My changes generate no new warnings -[ ] I have added tests that prove my fix is effective or that my feature works -[ ] New and existing unit tests pass locally with my changes