bigchaindb / js-bigchaindb-driver

Official BigchainDB JavaScript driver for Node.js and the browser
https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html
Apache License 2.0
216 stars 92 forks source link

Update dependencies #307

Closed getlarge closed 3 years ago

davie0 commented 3 years ago

Looks great :) One thing to mention though we still have copyright assignment agreement (is that how its called?). So you should add sign-off line to your commits you could rebase range of commits like so git rebase --signoff HEAD~X where x is number of commits

getlarge commented 3 years ago

In open source projects, it's generally called Contributor License Agreement (CLA). I will add the sign-off then, i added the GPG signature not long ago and thought that it would accomplish the same purpose...