From ea3eaa0fd2f95f0e6f0a9f7d6cd06d2033489f7e Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 3 Oct 2018 19:00:17 -0700 Subject: [PATCH] Deleting PR template as Travis CI takes care of running tests and formatting tests now. --- .github/PULL_REQUEST_TEMPLATE.md | 16 ---------------- 1 file changed, 16 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 797ed27..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ - - -* Have you run goformat on the project before submitting? - -* Have you run go test on the project before submitting? Do all tests pass? - -* Does the Pull Request require a test to be added to the end to end tests? If so, has it been added? \ No newline at end of file