nodebots-interchange
Version:
Tool to build custom backpack firmwares to make devices I2C compliant
20 lines (12 loc) • 435 B
Markdown
# 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`