How to contribute

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
This repo use standard js style , please use it if you want to contribute
Take tasks from todo list, develop a new feature or fix a bug and do a pull request.
Another thing that you can do to contribute is to build something on top of ring-election and link ring-election to your project
Please ask your PR to be merged on develop branch .
How to run tests
Unit tests
```bash npm run test ``` How to check if your new code is standard style
```bash npm run standard ``` How to lint your code
```bash npm run lint ```