Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 237 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 237 Bytes

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