* Moving from govendor to dep. * Making the pull request template more friendly. * Fixing akward space in PR template. * goimports run on whole project using ` goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./gen-go/*")` source of command: https://gist.github.com/bgentry/fd1ffef7dbde01857f66
13 lines
No EOL
612 B
Markdown
13 lines
No EOL
612 B
Markdown
-----------------------------------------
|
|
## Please read instrucitons 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/
|
|
|
|
* Have you run goformat on the project before submitting?
|
|
|
|
* Have you run go test on the project before submitting? Do all tests pass?
|
|
|
|
* Does the Pull Request require a test to be added to the end to end tests? If so, has it been added? |