| title | Contributing to Dot Ledger |
|---|---|
| layout | minimal |
Thank you for your interest in contributing to Dot Ledger.
By submitting code as an individual you agree to the individual contributor license agreement.
By submitting code as an entity you agree to the corporate contributor license agreement.
1. Fork it. Clone it.
git clone git@github.com:[your-username]/dotledger.git
Follow the setup instructions in the README.md.
git checkout -b my_feature
Follow the testing instructions in the README.md.
💡
You're much more likely to have your feature merged if your changes include tests.
git commit -am "Added some awesome feature."
git push origin my_feature
7. Open a Pull Request.
You should receive some kind of feedback within a couple of days.