From a15551c111f1c3ae7296b20617e4e8f67753f839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Wed, 14 Apr 2021 17:40:09 -0300 Subject: [PATCH] clean template files (#1538) --- .github/PULL_REQUEST_TEMPLATE.md | 35 -------------------------------- 1 file changed, 35 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 97830cd93c7..00000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,35 +0,0 @@ - - -## Description - - -## Motivation and Context - - - -## How Has This Been Tested? -- [ ] Testing pipeline -- [ ] Reference Data Comparison following these [instructions](https://tardis-sn.github.io/tardis/development/continuous_integration.html) -- [ ] Other (please describe) - - - - -## 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 not work as expected) -- [ ] None of the above (please describe) - -## Checklist: - - -- [ ] My code follows the code style of this project -- [ ] My change requires a change to the documentation -- [ ] I have updated the documentation accordingly -- [ ] I have built the documentation on my fork following [these instructions](https://tardis-sn.github.io/tardis/development/documentation_preview.html) -- [ ] I have assigned and requested two reviewers for this pull request