Deleting PR template as Travis CI takes care of running tests and formatting tests now.

This commit is contained in:
Renan DelValle 2018-10-03 19:00:17 -07:00
parent 7803096252
commit ea3eaa0fd2
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -1,16 +0,0 @@
<!--
-----------------------------------------
## Please read instructions below ##
Before submitting, please make sure you run a vagrant box running Aurora with the latest version shown in .auroraversion and run go test from the project root.
To run an Aurora Vagrant image, follow the instructions here:
http://aurora.apache.org/documentation/latest/getting-started/vagrant/
## Answer the following questions: ##
-->
* 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?