Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 405 Bytes

CONTRIBUTING.adoc

File metadata and controls

19 lines (15 loc) · 405 Bytes

Contributing

Contributions and fixes are welcome. To clone the project use the following commands:

$ git clone <your repo>
$ git submodule update --init --recursive

Tests

Tests are written using Bats (Bash Automated Testing System). To run the tests use:

$ ./test.sh

Test sources can be found in the /test directory.