Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 332 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 332 Bytes

Contributing

Commits

Write a good commit message.

Tests

To run the tests, install bats:

$ basher install sstephenson/bats

update submodules:

$ git submodule update --init

and then run:

$ make