Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 409 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 409 Bytes

Contributing

Want to help with Dinghy? Great! Thanks much.

Fork, then clone the repo:

git clone git@github.com:your-username/dinghy.git
cd ./dinghy
git submodule update --init

You can test your changes locally by calling ./bin/dinghy instead of the globally-installed dinghy binary.

Push to your fork and submit a pull request.