From 5d120292272a521d44203f8e38dc135dd175eff4 Mon Sep 17 00:00:00 2001 From: Renan DelValle <renanidelvalle+noreply@gmail.com> Date: Tue, 22 May 2018 17:00:30 -0700 Subject: [PATCH] Update PR template to hide away instructions on submission. --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0445c51..797ed27 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,14 @@ +<!-- ----------------------------------------- ## 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?