Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 859 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
12 lines (9 loc) · 859 Bytes

#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

  1. Please keep your pull requests concise and limited to ONE substantive change at a time.
  2. 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.
  3. 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.