Contributing to NodeBots Interchange
If you'd like to contribute to nodebots interchange please note the following:
- Make sure all PRs have documentation and tests accompanying them
Set up your environment
run:
git clone git@github.com:ajfisher/nodebots-interchange.git
npm install
Run the tests before submitting a PR
- Any mods should have appropriate tests for them and ensure they complete using
nodeunit