Glad you are thinking about contributing to this project! Make sure to read and understand this file before getting to work!
-
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 theConfigValidator.js
file as well.