#Contributing to Patternlab - Node If you'd like to contribute to patternlab - node, please do so! There is always a lot of ground to cover, with patternlab - php being so feature-rich.
No pull request is too small.
##Guidelines
- Please keep your pull requests concise and limited to ONE substantive change at a time.
- ALWAYS submit pull requests against the dev branch. If this does not occur, I will first, try to redirect you gently, second, port over your contribution manually if time allows, and/or third, close your pull request.
- If you can, add some unit tests using the existing patterns
##Coding style Regarding code style like indentation and whitespace, follow the conventions you see used in the source already. Add enough source code comments to help the next person.