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.
git clone [email protected]:[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.
:bulb:
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
You should receive some kind of feedback within a couple of days.