Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 980 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 980 Bytes

~ Contributing ~


Glad you are thinking about contributing to this project! Make sure to read and understand this file before getting to work!

Contributing Rules

  • Code contributions should match the existing code style. This project follows JS Standard code style. Make sure all your commits follow it too before creating a PR.

  • Pull requests should point to the master branch.

  • If you add any new options to config.json, make sure to add them to the ConfigValidator.js file as well.

Thanks for contributing!