Update PR template to hide away instructions on submission.
This commit is contained in:
parent
4f6a5e9741
commit
5d12029227
1 changed files with 4 additions and 1 deletions
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue