From b6cd10b51e99a601d083c5c55cee0375d70a42ed Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Tue, 30 Apr 2019 21:52:50 +0200 Subject: [PATCH] removed pr template in favor of community-health repository --- .github/PULL_REQUEST_TEMPLATE.md | 30 ------------------------------ 1 file changed, 30 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 87c9337b..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,30 +0,0 @@ - - -## Description - - -## Motivation and Context - - - -## How Has This Been Tested? - - - - -## Screenshots (if appropriate): - -## Types of changes - -- [ ] 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 change) - -## Checklist: - - -- [ ] I have read the **CONTRIBUTING** document. -- [ ] My code follows the code style of this project. -- [ ] I have updated the changelog file accordingly. -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly.