From 6efb47eec1be5977b38d93e530fb56baa88980e8 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Thu, 14 Dec 2017 14:23:36 -0800 Subject: [PATCH] Adding link to Aurora Vagrant instructions on the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f8a9474..78286f5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,9 @@ 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/ + * Have you run goformat on the project before submitting? * Have you run go test on the project before submitting? Do all tests pass?