liquid-node
Version:
Node.js port of Tobias Lütke's Liquid template engine.
38 lines (20 loc) • 808 B
Markdown
# Contributing
We love pull requests. Here's a quick guide.
Fork, then clone the repo:
git clone git@github.com: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][pr].
[pr]: https://github.com/sirlantis/liquid-node/compare/
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][commit].
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html