Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 1004 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 1004 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. Check out any up for grabs issues as a good way to get your feet wet.

##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.