We love pull requests. Here's a quick guide.
Fork, then clone the repo:
git clone [email protected]:your-username/liquid-node.git
Download the dependencies:
npm install
Make sure the tests pass:
npm test
Make your change. Add tests for your change. Make the tests pass:
npm test
Check that you don't violate the coding style:
npm run lint
Push to your fork and submit a pull request.
At this point you're waiting on us. We may suggest some changes orimprovements or alternatives.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Write a good commit message.