# Contributing
## Setup
To contribute you will need the following installed:
* Ruby
* Bundler
* Node
* npm 
* babel (for ES6)

See the [README.md](/README.md) for installing ruby, bundler and the node and npm information.

To install babel run

```
npm install -g babel
```

Test it works:
```
npm run test
```

## Making pull requests

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
