* Adding a Pull request template to serve as a reminder of what
to do before creating the pull request. * Updating our thrift API to match changes made by Aurora. * Update go bindings to match update thrift API.
This commit is contained in:
parent
4c8d4ef532
commit
5ae80f2e32
3 changed files with 12 additions and 4 deletions
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
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.
|
||||
|
||||
* 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?
|
Loading…
Add table
Add a link
Reference in a new issue