Adding link to Aurora Vagrant instructions on the PR template.

This commit is contained in:
Renan DelValle 2017-12-14 14:23:36 -08:00
parent 5ae80f2e32
commit 6efb47eec1
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -1,6 +1,9 @@
Before submitting, please make sure you run a vagrant box running Aurora with the latest version shown in .auroraversion 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. 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/
* Have you run goformat on the project before submitting? * Have you run goformat on the project before submitting?
* Have you run go test on the project before submitting? Do all tests pass? * Have you run go test on the project before submitting? Do all tests pass?