From 5d120292272a521d44203f8e38dc135dd175eff4 Mon Sep 17 00:00:00 2001 From: Renan DelValle 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 @@ + + * Have you run goformat on the project before submitting? * Have you run go test on the project before submitting? Do all tests pass?