From 1659cd100a396c8b0ffb4a774d21fe060038fac6 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Wed, 12 Sep 2018 11:55:57 -0700 Subject: [PATCH] github: remove pull request template Ever since removing Jenkins from our CI, we no longer make use of labels to affect tests. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ---- 1 file changed, 4 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 87df348769..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,4 +0,0 @@ -Before creating your PR, please make sure to add the appropriate GitHub label; i.e. `run-smoke-tests`. For more details see -[tests/README.md](../tests/README.md). - -(In case you don't have permissions to add labels, please ask [a](../OWNERS) [maintainer](../OWNERS_ALIASES).)