If you'd like to contribute to Pattern Lab Node, please do so! There is always a lot of ground to cover and something for your wheelhouse.
No pull request is too small. Check out any up for grabs issues as a good way to get your feet wet, or add some more unit tests.
- Please keep your pull requests concise and limited to ONE substantive change at a time. This makes reviewing and testing so much easier.
- 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 have a major feature to stabilize over time, talk to @bmuenzenmeyer about making a dedicated
feature-branch - If you can, add some unit tests using the existing patterns in the
./testdirectory
##Coding style Two files combine within the project to define and maintain our coding style.
- The
.editorconfigcontrols spaces / tabs within supported editors. Check out their site. - The
.eslintrcdefines our javascript standards. Some editors will evaluate this real-time - otherwise it's run usinggrunt|gulp build