Contributing Tests and Linting We use BATS for testing, so, first make sure to install it. $ make test And you analyse code to prevent to be included bad code. $ make lint