Contributions from community are key to make NodeGoat a high quality comprehensive resource. Lets make NodeGoat awesome together!
Depending on your preference, you can contribute in various ways. Here are tasks planned for upcoming release. You can also open an issue, sending a PR, or get in touch on Gitter Chat or Slack
If sending PR, once code is ready to commit, run:
npm run precommit
This command uses js-beautifier
to indent the code and verifies these coding standards using jsHint
. Please resolve all jsHint
errors before committing the code.