Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 435 Bytes

contribution.md

File metadata and controls

19 lines (12 loc) · 435 Bytes

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