Contributing To Makisu

Issues

Please feel free to submit new issues.

Contributing

Please follow standard fork-and-pull workflow.

Setup

Most tests and scripts assumes the developer to have Docker installed locally. To install dependencies:

$ make vendor

To run unit tests:

$ make unit-test

To run integration tests:

$ make integration